#8E5426

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

Shades of Afghan Tan #8E5426

Tints of Afghan Tan #8E5426

Color information

#8E5426 (or 0x8E5426) is unknown color: approx Afghan Tan. HEX triplet: 8E, 54 and 26. RGB value is (142,84,38). Sum of RGB (Red+Green+Blue) = 142+84+38=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5426 is #71ABD9. Grayscale: #606060. Windows color (decimal): -7449562 or 2512014. OLE color: 2512014.

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

Color convert

RGB1428438-
CMYK00.410.730.44
HSL26.54º57.78%35.29%-
HSV(B)26.54º73.24%55.69%-
XYZ14.6812.233.42-
YUV96.195.22160.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=53.79%
G=31.82%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142843800.410.730.4426.5457.7835.29
Hex8E5426029492C1b3a23
Octal2161244605111154337243
Binary1000111010101001001100101001100100110110011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,38); }

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

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

 a { background-color: rgb(142,84,38); }

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

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

 span { border-color: rgb(142,84,38); }

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