#8E5917

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

Shades of Afghan Tan #8E5917

Tints of Afghan Tan #8E5917

Color information

#8E5917 (or 0x8E5917) is unknown color: approx Afghan Tan. HEX triplet: 8E, 59 and 17. RGB value is (142,89,23). Sum of RGB (Red+Green+Blue) = 142+89+23=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5917 is #71A6E8. Grayscale: #616161. Windows color (decimal): -7448297 or 1530254. OLE color: 1530254.

HSL color Cylindrical-coordinate representation of color #8E5917: hue angle of 33.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E5917 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1428923-
CMYK00.370.840.44
HSL33.28º72.12%32.35%-
HSV(B)33.28º83.8%55.69%-
XYZ14.8812.962.53-
YUV97.3286.06159.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=55.91%
G=35.04%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142892300.370.840.4433.2872.1232.35
Hex8E5917025542C214820
Octal21613127045124544111040
Binary10001110101100110111010010110101001011001000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5917; }

 p { color: rgb(142,89,23); }

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

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

 a { background-color: rgb(142,89,23); }

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

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

 span { border-color: rgb(142,89,23); }

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