#8E5617

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

Shades of Afghan Tan #8E5617

Tints of Afghan Tan #8E5617

Color information

#8E5617 (or 0x8E5617) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 17. RGB value is (142,86,23). Sum of RGB (Red+Green+Blue) = 142+86+23=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5617 is #71A9E8. Grayscale: #5F5F5F. Windows color (decimal): -7449065 or 1529486. OLE color: 1529486.

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

Color convert

RGB1428623-
CMYK00.390.840.44
HSL31.76º72.12%32.35%-
HSV(B)31.76º83.8%55.69%-
XYZ14.6412.472.45-
YUV95.5687.05161.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 23 (9.38% from 255) = 9.16%
R=56.57%
G=34.26%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142862300.390.840.4431.7672.1232.35
Hex8E5617027542C204820
Octal21612627047124544011040
Binary10001110101011010111010011110101001011001000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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