#8E5816

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

Shades of Afghan Tan #8E5816

Tints of Afghan Tan #8E5816

Color information

#8E5816 (or 0x8E5816) is unknown color: approx Afghan Tan. HEX triplet: 8E, 58 and 16. RGB value is (142,88,22). Sum of RGB (Red+Green+Blue) = 142+88+22=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5816 is #71A7E9. Grayscale: #606060. Windows color (decimal): -7448554 or 1464462. OLE color: 1464462.

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

Color convert

RGB1428822-
CMYK00.380.850.44
HSL33º73.17%32.16%-
HSV(B)33º84.51%55.69%-
XYZ14.7912.792.45-
YUV96.6285.89160.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=56.35%
G=34.92%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142882200.380.850.443373.1732.16
Hex8E5816026552C214920
Octal21613026046125544111140
Binary10001110101100010110010011010101011011001000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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