#8E581D

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

Shades of Afghan Tan #8E581D

Tints of Afghan Tan #8E581D

Color information

#8E581D (or 0x8E581D) is unknown color: approx Afghan Tan. HEX triplet: 8E, 58 and 1D. RGB value is (142,88,29). Sum of RGB (Red+Green+Blue) = 142+88+29=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E581D is #71A7E2. Grayscale: #616161. Windows color (decimal): -7448547 or 1923214. OLE color: 1923214.

HSL color Cylindrical-coordinate representation of color #8E581D: hue angle of 31.33º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E581D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1428829-
CMYK00.380.800.44
HSL31.33º66.08%33.53%-
HSV(B)31.33º79.58%55.69%-
XYZ14.8712.822.85-
YUV97.4289.39159.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=54.83%
G=33.98%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142882900.380.800.4431.3366.0833.53
Hex8E581D026502C1f4222
Octal21613035046120543710242
Binary1000111010110001110101001101010000101100111111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,29); }

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

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

 a { background-color: rgb(142,88,29); }

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

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

 span { border-color: rgb(142,88,29); }

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