#A72D18

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

Shades of Brown #A72D18

Tints of Brown #A72D18

Color information

#A72D18 (or 0xA72D18) is unknown color: approx Brown. HEX triplet: A7, 2D and 18. RGB value is (167,45,24). Sum of RGB (Red+Green+Blue) = 167+45+24=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D18 is #58D2E7. Grayscale: #4F4F4F. Windows color (decimal): -5821160 or 1584551. OLE color: 1584551.

HSL color Cylindrical-coordinate representation of color #A72D18: hue angle of 8.81º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A72D18 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1674524-
CMYK00.730.860.35
HSL8.81º74.87%37.45%-
HSV(B)8.81º85.63%65.49%-
XYZ17.0410.161.93-
YUV79.0896.92190.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.76%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=70.76%
G=19.07%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167452400.730.860.358.8174.8737.45
HexA72D18049562394b25
Octal24755300111126431111345
Binary101001111011011100001001001101011010001110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72D18; }

 p { color: rgb(167,45,24); }

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

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

 a { background-color: rgb(167,45,24); }

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

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

 span { border-color: rgb(167,45,24); }

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