#8E541A

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

Shades of Afghan Tan #8E541A

Tints of Afghan Tan #8E541A

Color information

#8E541A (or 0x8E541A) is unknown color: approx Afghan Tan. HEX triplet: 8E, 54 and 1A. RGB value is (142,84,26). Sum of RGB (Red+Green+Blue) = 142+84+26=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E541A is #71ABE5. Grayscale: #5F5F5F. Windows color (decimal): -7449574 or 1725582. OLE color: 1725582.

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

Color convert

RGB1428426-
CMYK00.410.820.44
HSL30º69.05%32.94%-
HSV(B)30º81.69%55.69%-
XYZ14.5112.172.56-
YUV94.7389.22161.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=56.35%
G=33.33%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142842600.410.820.443069.0532.94
Hex8E541A029522C1e4521
Octal21612432051122543610541
Binary1000111010101001101001010011010010101100111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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