#8D5816

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

Shades of Afghan Tan #8D5816

Tints of Afghan Tan #8D5816

Color information

#8D5816 (or 0x8D5816) is unknown color: approx Afghan Tan. HEX triplet: 8D, 58 and 16. RGB value is (141,88,22). Sum of RGB (Red+Green+Blue) = 141+88+22=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5816 is #72A7E9. Grayscale: #606060. Windows color (decimal): -7514090 or 1464461. OLE color: 1464461.

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

Color convert

RGB1418822-
CMYK00.380.840.45
HSL33.28º73.01%31.96%-
HSV(B)33.28º84.4%55.29%-
XYZ14.6212.72.44-
YUV96.3286.06159.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.18%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=56.18%
G=35.06%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141882200.380.840.4533.2873.0131.96
Hex8D5816026542D214920
Octal21513026046124554111140
Binary10001101101100010110010011010101001011011000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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