#885718

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

Shades of Afghan Tan #885718

Tints of Afghan Tan #885718

Color information

#885718 (or 0x885718) is unknown color: approx Afghan Tan. HEX triplet: 88, 57 and 18. RGB value is (136,87,24). Sum of RGB (Red+Green+Blue) = 136+87+24=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885718 is #77A8E7. Grayscale: #5E5E5E. Windows color (decimal): -7842024 or 1595272. OLE color: 1595272.

HSL color Cylindrical-coordinate representation of color #885718: hue angle of 33.75º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885718 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1368724-
CMYK00.360.820.47
HSL33.75º70%31.37%-
HSV(B)33.75º82.35%53.33%-
XYZ13.7312.122.48-
YUV94.4788.23157.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=55.06%
G=35.22%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136872400.360.820.4733.757031.37
Hex885718024522F22461f
Octal21012730044122574210637
Binary1000100010101111100001001001010010101111100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885718; }

 p { color: rgb(136,87,24); }

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

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

 a { background-color: rgb(136,87,24); }

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

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

 span { border-color: rgb(136,87,24); }

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