#8E5E22

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

Shades of Afghan Tan #8E5E22

Tints of Afghan Tan #8E5E22

Color information

#8E5E22 (or 0x8E5E22) is unknown color: approx Afghan Tan. HEX triplet: 8E, 5E and 22. RGB value is (142,94,34). Sum of RGB (Red+Green+Blue) = 142+94+34=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E22 is #71A1DD. Grayscale: #656565. Windows color (decimal): -7447006 or 2252430. OLE color: 2252430.

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

Color convert

RGB1429434-
CMYK00.340.760.44
HSL33.33º61.36%34.51%-
HSV(B)33.33º76.06%55.69%-
XYZ15.4513.873.38-
YUV101.5189.9156.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=52.59%
G=34.81%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142943400.340.760.4433.3361.3634.51
Hex8E5E220224C2C213d23
Octal2161364204211454417543
Binary10001110101111010001001000101001100101100100001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,34); }

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

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

 a { background-color: rgb(142,94,34); }

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

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

 span { border-color: rgb(142,94,34); }

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