#8E5628

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

Shades of Afghan Tan #8E5628

Tints of Afghan Tan #8E5628

Color information

#8E5628 (or 0x8E5628) is unknown color: approx Afghan Tan. HEX triplet: 8E, 56 and 28. RGB value is (142,86,40). Sum of RGB (Red+Green+Blue) = 142+86+40=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5628 is #71A9D7. Grayscale: #616161. Windows color (decimal): -7449048 or 2643598. OLE color: 2643598.

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

Color convert

RGB1428640-
CMYK00.390.720.44
HSL27.06º56.04%35.69%-
HSV(B)27.06º71.83%55.69%-
XYZ14.8712.563.65-
YUV97.595.55159.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=52.99%
G=32.09%
B=14.93%

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
Decimal142864000.390.720.4427.0656.0435.69
Hex8E5628027482C1b3824
Octal2161265004711054337044
Binary1000111010101101010000100111100100010110011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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