#8E5517

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

Shades of Afghan Tan #8E5517

Tints of Afghan Tan #8E5517

Color information

#8E5517 (or 0x8E5517) is unknown color: approx Afghan Tan. HEX triplet: 8E, 55 and 17. RGB value is (142,85,23). Sum of RGB (Red+Green+Blue) = 142+85+23=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5517 is #71AAE8. Grayscale: #5F5F5F. Windows color (decimal): -7449321 or 1529230. OLE color: 1529230.

HSL color Cylindrical-coordinate representation of color #8E5517: hue angle of 31.26º 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 #8E5517 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1428523-
CMYK00.400.840.44
HSL31.26º72.12%32.35%-
HSV(B)31.26º83.8%55.69%-
XYZ14.5612.312.42-
YUV94.9887.38161.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=56.8%
G=34%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142852300.400.840.4431.2672.1232.35
Hex8E5517028542C1f4820
Octal21612527050124543711040
Binary1000111010101011011101010001010100101100111111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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