#8E5F1E

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

Shades of Afghan Tan #8E5F1E

Tints of Afghan Tan #8E5F1E

Color information

#8E5F1E (or 0x8E5F1E) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5F and 1E. RGB value is (142,95,30). Sum of RGB (Red+Green+Blue) = 142+95+30=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F1E is #71A0E1. Grayscale: #656565. Windows color (decimal): -7446754 or 1990542. OLE color: 1990542.

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

Color convert

RGB1429530-
CMYK00.330.790.44
HSL34.82º65.12%33.73%-
HSV(B)34.82º78.87%55.69%-
XYZ15.4814.033.12-
YUV101.6487.57156.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=53.18%
G=35.58%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142953000.330.790.4434.8265.1233.73
Hex8E5F1E0214F2C234122
Octal21613736041117544310142
Binary10001110101111111110010000110011111011001000111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,30); }

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

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

 a { background-color: rgb(142,95,30); }

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

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

 span { border-color: rgb(142,95,30); }

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