Shades of Afghan Tan #8C5425
Tints of Afghan Tan #8C5425
RGB
CMYK
RGB Variations
Color information
#8C5425 (or 0x8C5425) is known color: Afghan Tan. HEX triplet: 8C, 54 and 25. RGB value is (140,84,37). Sum of RGB (Red+Green+Blue) = 140+84+37=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5425 is #73ABDA. Grayscale: #5F5F5F. Windows color (decimal): -7580635 or 2446476. OLE color: 2446476.
HSL color Cylindrical-coordinate representation of color #8C5425: hue angle of 27.38º degrees, saturation: 0.58, 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 #8C5425 is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 37 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.45 |
| HSL | 27.38º | 0.58% | 0.35% | - |
| HSV(B) | 27.38º | 0.74% | 0.55% | - |
| XYZ | 14.32 | 12.05 | 3.32 | - |
| YUV | 95.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 37 | 0 | 0.4 | 0.74 | 0.45 | 27.38 | 0.58 | 0.35 |
| Hex | 8C | 54 | 25 | 0 | 28 | 4A | 2D | 1B | 3A | 23 |
| Octal | 214 | 124 | 45 | 0 | 50 | 112 | 55 | 33 | 72 | 43 |
| Binary | 10001100 | 1010100 | 100101 | 0 | 101000 | 1001010 | 101101 | 11011 | 111010 | 100011 |
Color Harmonies of #8C5425
Complementary color
Monochromatic Colors of #8C5425
Black with #8C5425
Text Example
Text Example
White with #8C5425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5425; }
p { color: rgb(140,84,37); }
H1.HeaderClassName
{
color: #8C5425;
}
.AnyTagClassName
{
color: #8C5425;
}
</style>
background-color css
<style>
a { background-color: #8C5425; }
a { background-color: rgb(140,84,37); }
div.DivClassName
{
background-color: #8C5425;
}
.BgClassName
{
background-color: #8C5425;
}
</style>
border-color css
<style>
span { border-color: #8C5425; }
span { border-color: rgb(140,84,37); }
td.TdClassName
{
border-color: #8C5425;
}
.TagClassName
{
border-color: #8C5425;
}
</style>