#8E5622

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

Shades of Afghan Tan #8E5622

Tints of Afghan Tan #8E5622

Color information

#8E5622 (or 0x8E5622) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 22. RGB value is (142,86,34). Sum of RGB (Red+Green+Blue) = 142+86+34=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5622 is #71A9DD. Grayscale: #616161. Windows color (decimal): -7449054 or 2250382. OLE color: 2250382.

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

Color convert

RGB1428634-
CMYK00.390.760.44
HSL28.89º61.36%34.51%-
HSV(B)28.89º76.06%55.69%-
XYZ14.7712.523.15-
YUV96.8292.55160.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=54.20%
G=32.82%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142863400.390.760.4428.8961.3634.51
Hex8E56220274C2C1d3d23
Octal2161264204711454357543
Binary1000111010101101000100100111100110010110011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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