#8E5C19

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

Shades of Afghan Tan #8E5C19

Tints of Afghan Tan #8E5C19

Color information

#8E5C19 (or 0x8E5C19) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5C and 19. RGB value is (142,92,25). Sum of RGB (Red+Green+Blue) = 142+92+25=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C19 is #71A3E6. Grayscale: #636363. Windows color (decimal): -7447527 or 1662094. OLE color: 1662094.

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

Color convert

RGB1429225-
CMYK00.350.820.44
HSL34.36º70.06%32.75%-
HSV(B)34.36º82.39%55.69%-
XYZ15.1613.482.72-
YUV99.3186.06158.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=54.83%
G=35.52%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142922500.350.820.4434.3670.0632.75
Hex8E5C19023522C224621
Octal21613431043122544210641
Binary10001110101110011001010001110100101011001000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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