#8D5929

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

Shades of Afghan Tan #8D5929

Tints of Afghan Tan #8D5929

Color information

#8D5929 (or 0x8D5929) is unknown color: approx Afghan Tan. HEX triplet: 8D, 59 and 29. RGB value is (141,89,41). Sum of RGB (Red+Green+Blue) = 141+89+41=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5929 is #72A6D6. Grayscale: #636363. Windows color (decimal): -7513815 or 2709901. OLE color: 2709901.

HSL color Cylindrical-coordinate representation of color #8D5929: hue angle of 28.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D5929 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1418941-
CMYK00.370.710.45
HSL28.8º54.95%35.69%-
HSV(B)28.8º70.92%55.29%-
XYZ14.9612.973.81-
YUV99.0895.23157.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=52.03%
G=32.84%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141894100.370.710.4528.854.9535.69
Hex8D5929025472D1d3724
Octal2151315104510755356744
Binary1000110110110011010010100101100011110110111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,41); }

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

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

 a { background-color: rgb(141,89,41); }

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

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

 span { border-color: rgb(141,89,41); }

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