#8E5829

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

Shades of Afghan Tan #8E5829

Tints of Afghan Tan #8E5829

Color information

#8E5829 (or 0x8E5829) is unknown color: approx Afghan Tan. HEX triplet: 8E, 58 and 29. RGB value is (142,88,41). Sum of RGB (Red+Green+Blue) = 142+88+41=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5829 is #71A7D6. Grayscale: #636363. Windows color (decimal): -7448535 or 2709646. OLE color: 2709646.

HSL color Cylindrical-coordinate representation of color #8E5829: hue angle of 27.92º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E5829 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1428841-
CMYK00.380.710.44
HSL27.92º55.19%35.88%-
HSV(B)27.92º71.13%55.69%-
XYZ15.0512.893.79-
YUV98.7995.39158.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=52.40%
G=32.47%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142884100.380.710.4427.9255.1935.88
Hex8E5829026472C1c3724
Octal2161305104610754346744
Binary1000111010110001010010100110100011110110011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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