#A23328

Color #A23328 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A23328

Tints of Brown #A23328

Color information

#A23328 (or 0xA23328) is unknown color: approx Brown. HEX triplet: A2, 33 and 28. RGB value is (162,51,40). Sum of RGB (Red+Green+Blue) = 162+51+40=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23328 is #5DCCD7. Grayscale: #535353. Windows color (decimal): -6147288 or 2634658. OLE color: 2634658.

HSL color Cylindrical-coordinate representation of color #A23328: hue angle of 5.41º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23328 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1625140-
CMYK00.690.750.36
HSL5.41º60.4%39.61%-
HSV(B)5.41º75.31%63.53%-
XYZ16.4710.23.11-
YUV82.94103.77184.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=64.03%
G=20.16%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162514000.690.750.365.4160.439.61
HexA233280454B2453c28
Octal242635001051134457450
Binary10100010110011101000010001011001011100100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23328; }

 p { color: rgb(162,51,40); }

 H1.HeaderClassName
 {
   color: #A23328;
 }
 .AnyTagClassName
 {
   color: #A23328;
 }
</style>
background-color css

<style>
 a { background-color: #A23328; }

 a { background-color: rgb(162,51,40); }

 div.DivClassName
 {
   background-color: #A23328;
 }
 .BgClassName
 {
   background-color: #A23328;
 }
</style>
border-color css

<style>
 span { border-color: #A23328; }

 span { border-color: rgb(162,51,40); }

 td.TdClassName
 {
   border-color: #A23328;
 }
 .TagClassName
 {
   border-color: #A23328;
 }
</style>