Shades of Afghan Tan #89591E
Tints of Afghan Tan #89591E
RGB
CMYK
RGB Variations
Color information
#89591E (or 0x89591E) is known color: Afghan Tan. HEX triplet: 89, 59 and 1E. RGB value is (137,89,30). Sum of RGB (Red+Green+Blue) = 137+89+30=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #89591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89591E is #76A6E1. Grayscale: #606060. Windows color (decimal): -7775970 or 1989001. OLE color: 1989001.
HSL color Cylindrical-coordinate representation of color #89591E: hue angle of 33.08º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89591E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 30 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.46 |
| HSL | 33.08º | 0.64% | 0.33% | - |
| HSV(B) | 33.08º | 0.78% | 0.54% | - |
| XYZ | 14.12 | 12.56 | 2.91 | - |
| YUV | 96.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 30 | 0 | 0.35 | 0.78 | 0.46 | 33.08 | 0.64 | 0.33 |
| Hex | 89 | 59 | 1E | 0 | 23 | 4E | 2E | 21 | 40 | 21 |
| Octal | 211 | 131 | 36 | 0 | 43 | 116 | 56 | 41 | 100 | 41 |
| Binary | 10001001 | 1011001 | 11110 | 0 | 100011 | 1001110 | 101110 | 100001 | 1000000 | 100001 |
Color Harmonies of #89591E
Complementary color
Monochromatic Colors of #89591E
Black with #89591E
Text Example
Text Example
White with #89591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89591E; }
p { color: rgb(137,89,30); }
H1.HeaderClassName
{
color: #89591E;
}
.AnyTagClassName
{
color: #89591E;
}
</style>
background-color css
<style>
a { background-color: #89591E; }
a { background-color: rgb(137,89,30); }
div.DivClassName
{
background-color: #89591E;
}
.BgClassName
{
background-color: #89591E;
}
</style>
border-color css
<style>
span { border-color: #89591E; }
span { border-color: rgb(137,89,30); }
td.TdClassName
{
border-color: #89591E;
}
.TagClassName
{
border-color: #89591E;
}
</style>