#885D19

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

Shades of Afghan Tan #885D19

Tints of Afghan Tan #885D19

Color information

#885D19 (or 0x885D19) is unknown color: approx Afghan Tan. HEX triplet: 88, 5D and 19. RGB value is (136,93,25). Sum of RGB (Red+Green+Blue) = 136+93+25=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D19 is #77A2E6. Grayscale: #626262. Windows color (decimal): -7840487 or 1662344. OLE color: 1662344.

HSL color Cylindrical-coordinate representation of color #885D19: hue angle of 36.76º 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 #885D19 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1369325-
CMYK00.320.820.47
HSL36.76º68.94%31.57%-
HSV(B)36.76º81.62%53.33%-
XYZ14.2413.132.7-
YUV98.186.75155.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=53.54%
G=36.61%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136932500.320.820.4736.7668.9431.57
Hex885D19020522F254520
Octal21013531040122574510540
Binary10001000101110111001010000010100101011111001011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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