#8D6524

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

Shades of Afghan Tan #8D6524

Tints of Afghan Tan #8D6524

Color information

#8D6524 (or 0x8D6524) is unknown color: approx Afghan Tan. HEX triplet: 8D, 65 and 24. RGB value is (141,101,36). Sum of RGB (Red+Green+Blue) = 141+101+36=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6524 is #729ADB. Grayscale: #696969. Windows color (decimal): -7510748 or 2385293. OLE color: 2385293.

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

Color convert

RGB14110136-
CMYK00.280.740.45
HSL37.14º59.32%34.71%-
HSV(B)37.14º74.47%55.29%-
XYZ15.9615.13.74-
YUV105.5588.75153.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.72%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=50.72%
G=36.33%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411013600.280.740.4537.1459.3234.71
Hex8D652401C4A2D253b23
Octal2151454403411255457343
Binary1000110111001011001000111001001010101101100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,36); }

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

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

 a { background-color: rgb(141,101,36); }

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

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

 span { border-color: rgb(141,101,36); }

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