#8E5728

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

Shades of Afghan Tan #8E5728

Tints of Afghan Tan #8E5728

Color information

#8E5728 (or 0x8E5728) is unknown color: approx Afghan Tan. HEX triplet: 8E, 57 and 28. RGB value is (142,87,40). Sum of RGB (Red+Green+Blue) = 142+87+40=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5728 is #71A8D7. Grayscale: #626262. Windows color (decimal): -7448792 or 2643854. OLE color: 2643854.

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

Color convert

RGB1428740-
CMYK00.390.720.44
HSL27.65º56.04%35.69%-
HSV(B)27.65º71.83%55.69%-
XYZ14.9512.723.67-
YUV98.0995.22159.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.79%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=52.79%
G=32.34%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142874000.390.720.4427.6556.0435.69
Hex8E5728027482C1c3824
Octal2161275004711054347044
Binary1000111010101111010000100111100100010110011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,40); }

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

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

 a { background-color: rgb(142,87,40); }

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

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

 span { border-color: rgb(142,87,40); }

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