#885A19

Color #885A19 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #885A19

Tints of Afghan Tan #885A19

Color information

#885A19 (or 0x885A19) is unknown color: approx Afghan Tan. HEX triplet: 88, 5A and 19. RGB value is (136,90,25). Sum of RGB (Red+Green+Blue) = 136+90+25=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A19 is #77A5E6. Grayscale: #606060. Windows color (decimal): -7841255 or 1661576. OLE color: 1661576.

HSL color Cylindrical-coordinate representation of color #885A19: hue angle of 35.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885A19 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1369025-
CMYK00.340.820.47
HSL35.14º68.94%31.57%-
HSV(B)35.14º81.62%53.33%-
XYZ13.9812.622.62-
YUV96.3487.74156.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 25 (10.16% from 255) = 9.96%
R=54.18%
G=35.86%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136902500.340.820.4735.1468.9431.57
Hex885A19022522F234520
Octal21013231042122574310540
Binary10001000101101011001010001010100101011111000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A19; }

 p { color: rgb(136,90,25); }

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

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

 a { background-color: rgb(136,90,25); }

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

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

 span { border-color: rgb(136,90,25); }

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