#8E5719

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

Shades of Afghan Tan #8E5719

Tints of Afghan Tan #8E5719

Color information

#8E5719 (or 0x8E5719) is unknown color: approx Afghan Tan. HEX triplet: 8E, 57 and 19. RGB value is (142,87,25). Sum of RGB (Red+Green+Blue) = 142+87+25=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5719 is #71A8E6. Grayscale: #606060. Windows color (decimal): -7448807 or 1660814. OLE color: 1660814.

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

Color convert

RGB1428725-
CMYK00.390.820.44
HSL31.79º70.06%32.75%-
HSV(B)31.79º82.39%55.69%-
XYZ14.7412.642.58-
YUV96.3887.72160.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=55.91%
G=34.25%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142872500.390.820.4431.7970.0632.75
Hex8E5719027522C204621
Octal21612731047122544010641
Binary10001110101011111001010011110100101011001000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,25); }

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

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

 a { background-color: rgb(142,87,25); }

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

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

 span { border-color: rgb(142,87,25); }

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