#8E5828

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

Shades of Afghan Tan #8E5828

Tints of Afghan Tan #8E5828

Color information

#8E5828 (or 0x8E5828) is unknown color: approx Afghan Tan. HEX triplet: 8E, 58 and 28. RGB value is (142,88,40). Sum of RGB (Red+Green+Blue) = 142+88+40=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5828 is #71A7D7. Grayscale: #626262. Windows color (decimal): -7448536 or 2644110. OLE color: 2644110.

HSL color Cylindrical-coordinate representation of color #8E5828: hue angle of 28.24º 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 #8E5828 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1428840-
CMYK00.380.720.44
HSL28.24º56.04%35.69%-
HSV(B)28.24º71.83%55.69%-
XYZ15.0312.883.7-
YUV98.6794.89158.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=52.59%
G=32.59%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142884000.380.720.4428.2456.0435.69
Hex8E5828026482C1c3824
Octal2161305004611054347044
Binary1000111010110001010000100110100100010110011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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