#8E5D1C

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

Shades of Afghan Tan #8E5D1C

Tints of Afghan Tan #8E5D1C

Color information

#8E5D1C (or 0x8E5D1C) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5D and 1C. RGB value is (142,93,28). Sum of RGB (Red+Green+Blue) = 142+93+28=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D1C is #71A2E3. Grayscale: #646464. Windows color (decimal): -7447268 or 1858958. OLE color: 1858958.

HSL color Cylindrical-coordinate representation of color #8E5D1C: hue angle of 34.21º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E5D1C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1429328-
CMYK00.350.800.44
HSL34.21º67.06%33.33%-
HSV(B)34.21º80.28%55.69%-
XYZ15.2813.662.93-
YUV100.2487.23157.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=53.99%
G=35.36%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142932800.350.800.4434.2167.0633.33
Hex8E5D1C023502C224321
Octal21613534043120544210341
Binary10001110101110111100010001110100001011001000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,28); }

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

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

 a { background-color: rgb(142,93,28); }

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

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

 span { border-color: rgb(142,93,28); }

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