#8D5B19

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

Shades of Afghan Tan #8D5B19

Tints of Afghan Tan #8D5B19

Color information

#8D5B19 (or 0x8D5B19) is unknown color: approx Afghan Tan. HEX triplet: 8D, 5B and 19. RGB value is (141,91,25). Sum of RGB (Red+Green+Blue) = 141+91+25=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5B19 is #72A4E6. Grayscale: #626262. Windows color (decimal): -7513319 or 1661837. OLE color: 1661837.

HSL color Cylindrical-coordinate representation of color #8D5B19: hue angle of 34.14º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D5B19 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1419125-
CMYK00.350.820.45
HSL34.14º69.88%32.55%-
HSV(B)34.14º82.27%55.29%-
XYZ14.913.222.69-
YUV98.4386.56158.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=54.86%
G=35.41%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141912500.350.820.4534.1469.8832.55
Hex8D5B19023522D224621
Octal21513331043122554210641
Binary10001101101101111001010001110100101011011000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,91,25); }

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

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

 a { background-color: rgb(141,91,25); }

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

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

 span { border-color: rgb(141,91,25); }

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