Shades of Afghan Tan #895D18
Tints of Afghan Tan #895D18
RGB
CMYK
RGB Variations
Color information
#895D18 (or 0x895D18) is known color: Afghan Tan. HEX triplet: 89, 5D and 18. RGB value is (137,93,24). Sum of RGB (Red+Green+Blue) = 137+93+24=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D18 is #76A2E7. Grayscale: #626262. Windows color (decimal): -7774952 or 1596809. OLE color: 1596809.
HSL color Cylindrical-coordinate representation of color #895D18: hue angle of 36.64º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #895D18 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 24 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.46 |
| HSL | 36.64º | 0.7% | 0.32% | - |
| HSV(B) | 36.64º | 0.82% | 0.54% | - |
| XYZ | 14.4 | 13.21 | 2.66 | - |
| YUV | 98.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 24 | 0 | 0.32 | 0.82 | 0.46 | 36.64 | 0.7 | 0.32 |
| Hex | 89 | 5D | 18 | 0 | 20 | 52 | 2E | 25 | 46 | 20 |
| Octal | 211 | 135 | 30 | 0 | 40 | 122 | 56 | 45 | 106 | 40 |
| Binary | 10001001 | 1011101 | 11000 | 0 | 100000 | 1010010 | 101110 | 100101 | 1000110 | 100000 |
Color Harmonies of #895D18
Complementary color
Monochromatic Colors of #895D18
Black with #895D18
Text Example
Text Example
White with #895D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D18; }
p { color: rgb(137,93,24); }
H1.HeaderClassName
{
color: #895D18;
}
.AnyTagClassName
{
color: #895D18;
}
</style>
background-color css
<style>
a { background-color: #895D18; }
a { background-color: rgb(137,93,24); }
div.DivClassName
{
background-color: #895D18;
}
.BgClassName
{
background-color: #895D18;
}
</style>
border-color css
<style>
span { border-color: #895D18; }
span { border-color: rgb(137,93,24); }
td.TdClassName
{
border-color: #895D18;
}
.TagClassName
{
border-color: #895D18;
}
</style>