#8E5724

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

Shades of Afghan Tan #8E5724

Tints of Afghan Tan #8E5724

Color information

#8E5724 (or 0x8E5724) is unknown color: approx Afghan Tan. HEX triplet: 8E, 57 and 24. RGB value is (142,87,36). Sum of RGB (Red+Green+Blue) = 142+87+36=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5724 is #71A8DB. Grayscale: #616161. Windows color (decimal): -7448796 or 2381710. OLE color: 2381710.

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

Color convert

RGB1428736-
CMYK00.390.750.44
HSL28.87º59.55%34.9%-
HSV(B)28.87º74.65%55.69%-
XYZ14.8812.693.33-
YUV97.6393.22159.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=53.58%
G=32.83%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142873600.390.750.4428.8759.5534.9
Hex8E57240274B2C1d3c23
Octal2161274404711354357443
Binary1000111010101111001000100111100101110110011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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