Shades of Afghan Tan #895D19
Tints of Afghan Tan #895D19
RGB
CMYK
RGB Variations
Color information
#895D19 (or 0x895D19) is known color: Afghan Tan. HEX triplet: 89, 5D and 19. RGB value is (137,93,25). Sum of RGB (Red+Green+Blue) = 137+93+25=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #895D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D19 is #76A2E6. Grayscale: #626262. Windows color (decimal): -7774951 or 1662345. OLE color: 1662345.
HSL color Cylindrical-coordinate representation of color #895D19: hue angle of 36.43º degrees, saturation: 0.69, 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 #895D19 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 25 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.46 |
| HSL | 36.43º | 0.69% | 0.32% | - |
| HSV(B) | 36.43º | 0.82% | 0.54% | - |
| XYZ | 14.41 | 13.22 | 2.71 | - |
| YUV | 98.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 25 | 0 | 0.32 | 0.82 | 0.46 | 36.43 | 0.69 | 0.32 |
| Hex | 89 | 5D | 19 | 0 | 20 | 52 | 2E | 24 | 45 | 20 |
| Octal | 211 | 135 | 31 | 0 | 40 | 122 | 56 | 44 | 105 | 40 |
| Binary | 10001001 | 1011101 | 11001 | 0 | 100000 | 1010010 | 101110 | 100100 | 1000101 | 100000 |
Color Harmonies of #895D19
Complementary color
Monochromatic Colors of #895D19
Black with #895D19
Text Example
Text Example
White with #895D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D19; }
p { color: rgb(137,93,25); }
H1.HeaderClassName
{
color: #895D19;
}
.AnyTagClassName
{
color: #895D19;
}
</style>
background-color css
<style>
a { background-color: #895D19; }
a { background-color: rgb(137,93,25); }
div.DivClassName
{
background-color: #895D19;
}
.BgClassName
{
background-color: #895D19;
}
</style>
border-color css
<style>
span { border-color: #895D19; }
span { border-color: rgb(137,93,25); }
td.TdClassName
{
border-color: #895D19;
}
.TagClassName
{
border-color: #895D19;
}
</style>