#8E5615

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

Shades of Afghan Tan #8E5615

Tints of Afghan Tan #8E5615

Color information

#8E5615 (or 0x8E5615) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 15. RGB value is (142,86,21). Sum of RGB (Red+Green+Blue) = 142+86+21=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5615 is #71A9EA. Grayscale: #5F5F5F. Windows color (decimal): -7449067 or 1398414. OLE color: 1398414.

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

Color convert

RGB1428621-
CMYK00.390.850.44
HSL32.23º74.23%31.96%-
HSV(B)32.23º85.21%55.69%-
XYZ14.6212.462.34-
YUV95.3386.05161.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=57.03%
G=34.54%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142862100.390.850.4432.2374.2331.96
Hex8E5615027552C204a20
Octal21612625047125544011240
Binary10001110101011010101010011110101011011001000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,21); }

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

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

 a { background-color: rgb(142,86,21); }

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

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

 span { border-color: rgb(142,86,21); }

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