Shades of Afghan Tan #895B24
Tints of Afghan Tan #895B24
RGB
CMYK
RGB Variations
Color information
#895B24 (or 0x895B24) is known color: Afghan Tan. HEX triplet: 89, 5B and 24. RGB value is (137,91,36). Sum of RGB (Red+Green+Blue) = 137+91+36=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #895B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B24 is #76A4DB. Grayscale: #626262. Windows color (decimal): -7775452 or 2382729. OLE color: 2382729.
HSL color Cylindrical-coordinate representation of color #895B24: hue angle of 32.67º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #895B24 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 36 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.46 |
| HSL | 32.67º | 0.58% | 0.34% | - |
| HSV(B) | 32.67º | 0.74% | 0.54% | - |
| XYZ | 14.38 | 12.93 | 3.41 | - |
| YUV | 98.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 36 | 0 | 0.34 | 0.74 | 0.46 | 32.67 | 0.58 | 0.34 |
| Hex | 89 | 5B | 24 | 0 | 22 | 4A | 2E | 21 | 3A | 22 |
| Octal | 211 | 133 | 44 | 0 | 42 | 112 | 56 | 41 | 72 | 42 |
| Binary | 10001001 | 1011011 | 100100 | 0 | 100010 | 1001010 | 101110 | 100001 | 111010 | 100010 |
Color Harmonies of #895B24
Complementary color
Monochromatic Colors of #895B24
Black with #895B24
Text Example
Text Example
White with #895B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B24; }
p { color: rgb(137,91,36); }
H1.HeaderClassName
{
color: #895B24;
}
.AnyTagClassName
{
color: #895B24;
}
</style>
background-color css
<style>
a { background-color: #895B24; }
a { background-color: rgb(137,91,36); }
div.DivClassName
{
background-color: #895B24;
}
.BgClassName
{
background-color: #895B24;
}
</style>
border-color css
<style>
span { border-color: #895B24; }
span { border-color: rgb(137,91,36); }
td.TdClassName
{
border-color: #895B24;
}
.TagClassName
{
border-color: #895B24;
}
</style>