#8D5617

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

Shades of Afghan Tan #8D5617

Tints of Afghan Tan #8D5617

Color information

#8D5617 (or 0x8D5617) is unknown color: approx Afghan Tan. HEX triplet: 8D, 56 and 17. RGB value is (141,86,23). Sum of RGB (Red+Green+Blue) = 141+86+23=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5617 is #72A9E8. Grayscale: #5F5F5F. Windows color (decimal): -7514601 or 1529485. OLE color: 1529485.

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

Color convert

RGB1418623-
CMYK00.390.840.45
HSL32.03º71.95%32.16%-
HSV(B)32.03º83.69%55.29%-
XYZ14.4712.382.44-
YUV95.2687.22160.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.4%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=56.4%
G=34.4%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141862300.390.840.4532.0371.9532.16
Hex8D5617027542D204820
Octal21512627047124554011040
Binary10001101101011010111010011110101001011011000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,23); }

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

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

 a { background-color: rgb(141,86,23); }

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

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

 span { border-color: rgb(141,86,23); }

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