Shades of Afghan Tan #895E18
Tints of Afghan Tan #895E18
RGB
CMYK
RGB Variations
Color information
#895E18 (or 0x895E18) is known color: Afghan Tan. HEX triplet: 89, 5E and 18. RGB value is (137,94,24). Sum of RGB (Red+Green+Blue) = 137+94+24=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E18 is #76A1E7. Grayscale: #636363. Windows color (decimal): -7774696 or 1597065. OLE color: 1597065.
HSL color Cylindrical-coordinate representation of color #895E18: hue angle of 37.17º 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 #895E18 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 24 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.46 |
| HSL | 37.17º | 0.7% | 0.32% | - |
| HSV(B) | 37.17º | 0.82% | 0.54% | - |
| XYZ | 14.48 | 13.39 | 2.69 | - |
| YUV | 98.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 24 | 0 | 0.31 | 0.82 | 0.46 | 37.17 | 0.7 | 0.32 |
| Hex | 89 | 5E | 18 | 0 | 1F | 52 | 2E | 25 | 46 | 20 |
| Octal | 211 | 136 | 30 | 0 | 37 | 122 | 56 | 45 | 106 | 40 |
| Binary | 10001001 | 1011110 | 11000 | 0 | 11111 | 1010010 | 101110 | 100101 | 1000110 | 100000 |
Color Harmonies of #895E18
Complementary color
Monochromatic Colors of #895E18
Black with #895E18
Text Example
Text Example
White with #895E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E18; }
p { color: rgb(137,94,24); }
H1.HeaderClassName
{
color: #895E18;
}
.AnyTagClassName
{
color: #895E18;
}
</style>
background-color css
<style>
a { background-color: #895E18; }
a { background-color: rgb(137,94,24); }
div.DivClassName
{
background-color: #895E18;
}
.BgClassName
{
background-color: #895E18;
}
</style>
border-color css
<style>
span { border-color: #895E18; }
span { border-color: rgb(137,94,24); }
td.TdClassName
{
border-color: #895E18;
}
.TagClassName
{
border-color: #895E18;
}
</style>