Shades of Afghan Tan #90591F
Tints of Afghan Tan #90591F
RGB
CMYK
RGB Variations
Color information
#90591F (or 0x90591F) is known color: Afghan Tan. HEX triplet: 90, 59 and 1F. RGB value is (144,89,31). Sum of RGB (Red+Green+Blue) = 144+89+31=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #90591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90591F is #6FA6E0. Grayscale: #636363. Windows color (decimal): -7317217 or 2054544. OLE color: 2054544.
HSL color Cylindrical-coordinate representation of color #90591F: hue angle of 30.8º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90591F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 31 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.44 |
| HSL | 30.8º | 0.65% | 0.34% | - |
| HSV(B) | 30.8º | 0.78% | 0.56% | - |
| XYZ | 15.32 | 13.17 | 3.03 | - |
| YUV | 98.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 31 | 0 | 0.38 | 0.78 | 0.44 | 30.8 | 0.65 | 0.34 |
| Hex | 90 | 59 | 1F | 0 | 26 | 4E | 2C | 1F | 41 | 22 |
| Octal | 220 | 131 | 37 | 0 | 46 | 116 | 54 | 37 | 101 | 42 |
| Binary | 10010000 | 1011001 | 11111 | 0 | 100110 | 1001110 | 101100 | 11111 | 1000001 | 100010 |
Color Harmonies of #90591F
Complementary color
Monochromatic Colors of #90591F
Black with #90591F
Text Example
Text Example
White with #90591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90591F; }
p { color: rgb(144,89,31); }
H1.HeaderClassName
{
color: #90591F;
}
.AnyTagClassName
{
color: #90591F;
}
</style>
background-color css
<style>
a { background-color: #90591F; }
a { background-color: rgb(144,89,31); }
div.DivClassName
{
background-color: #90591F;
}
.BgClassName
{
background-color: #90591F;
}
</style>
border-color css
<style>
span { border-color: #90591F; }
span { border-color: rgb(144,89,31); }
td.TdClassName
{
border-color: #90591F;
}
.TagClassName
{
border-color: #90591F;
}
</style>