#8E5621

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

Shades of Afghan Tan #8E5621

Tints of Afghan Tan #8E5621

Color information

#8E5621 (or 0x8E5621) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 21. RGB value is (142,86,33). Sum of RGB (Red+Green+Blue) = 142+86+33=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5621 is #71A9DE. Grayscale: #606060. Windows color (decimal): -7449055 or 2184846. OLE color: 2184846.

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

Color convert

RGB1428633-
CMYK00.390.770.44
HSL29.17º62.29%34.31%-
HSV(B)29.17º76.76%55.69%-
XYZ14.7612.523.08-
YUV96.792.05160.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=54.41%
G=32.95%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142863300.390.770.4429.1762.2934.31
Hex8E56210274D2C1d3e22
Octal2161264104711554357642
Binary1000111010101101000010100111100110110110011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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