Shades of Afghan Tan #8B5824
Tints of Afghan Tan #8B5824
RGB
CMYK
RGB Variations
Color information
#8B5824 (or 0x8B5824) is known color: Afghan Tan. HEX triplet: 8B, 58 and 24. RGB value is (139,88,36). Sum of RGB (Red+Green+Blue) = 139+88+36=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5824 is #74A7DB. Grayscale: #616161. Windows color (decimal): -7645148 or 2381963. OLE color: 2381963.
HSL color Cylindrical-coordinate representation of color #8B5824: hue angle of 30.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B5824 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 36 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.45 |
| HSL | 30.29º | 0.59% | 0.34% | - |
| HSV(B) | 30.29º | 0.74% | 0.55% | - |
| XYZ | 14.46 | 12.6 | 3.34 | - |
| YUV | 97.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 36 | 0 | 0.37 | 0.74 | 0.45 | 30.29 | 0.59 | 0.34 |
| Hex | 8B | 58 | 24 | 0 | 25 | 4A | 2D | 1E | 3B | 22 |
| Octal | 213 | 130 | 44 | 0 | 45 | 112 | 55 | 36 | 73 | 42 |
| Binary | 10001011 | 1011000 | 100100 | 0 | 100101 | 1001010 | 101101 | 11110 | 111011 | 100010 |
Color Harmonies of #8B5824
Complementary color
Monochromatic Colors of #8B5824
Black with #8B5824
Text Example
Text Example
White with #8B5824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5824; }
p { color: rgb(139,88,36); }
H1.HeaderClassName
{
color: #8B5824;
}
.AnyTagClassName
{
color: #8B5824;
}
</style>
background-color css
<style>
a { background-color: #8B5824; }
a { background-color: rgb(139,88,36); }
div.DivClassName
{
background-color: #8B5824;
}
.BgClassName
{
background-color: #8B5824;
}
</style>
border-color css
<style>
span { border-color: #8B5824; }
span { border-color: rgb(139,88,36); }
td.TdClassName
{
border-color: #8B5824;
}
.TagClassName
{
border-color: #8B5824;
}
</style>