Shades of Afghan Tan #90511E
Tints of Afghan Tan #90511E
RGB
CMYK
RGB Variations
Color information
#90511E (or 0x90511E) is known color: Afghan Tan. HEX triplet: 90, 51 and 1E. RGB value is (144,81,30). Sum of RGB (Red+Green+Blue) = 144+81+30=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90511E is #6FAEE1. Grayscale: #5E5E5E. Windows color (decimal): -7319266 or 1986960. OLE color: 1986960.
HSL color Cylindrical-coordinate representation of color #90511E: hue angle of 26.84º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90511E is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 30 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.44 |
| HSL | 26.84º | 0.66% | 0.34% | - |
| HSV(B) | 26.84º | 0.79% | 0.56% | - |
| XYZ | 14.68 | 11.91 | 2.75 | - |
| YUV | 94.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 30 | 0 | 0.44 | 0.79 | 0.44 | 26.84 | 0.66 | 0.34 |
| Hex | 90 | 51 | 1E | 0 | 2C | 4F | 2C | 1B | 42 | 22 |
| Octal | 220 | 121 | 36 | 0 | 54 | 117 | 54 | 33 | 102 | 42 |
| Binary | 10010000 | 1010001 | 11110 | 0 | 101100 | 1001111 | 101100 | 11011 | 1000010 | 100010 |
Color Harmonies of #90511E
Complementary color
Monochromatic Colors of #90511E
Black with #90511E
Text Example
Text Example
White with #90511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90511E; }
p { color: rgb(144,81,30); }
H1.HeaderClassName
{
color: #90511E;
}
.AnyTagClassName
{
color: #90511E;
}
</style>
background-color css
<style>
a { background-color: #90511E; }
a { background-color: rgb(144,81,30); }
div.DivClassName
{
background-color: #90511E;
}
.BgClassName
{
background-color: #90511E;
}
</style>
border-color css
<style>
span { border-color: #90511E; }
span { border-color: rgb(144,81,30); }
td.TdClassName
{
border-color: #90511E;
}
.TagClassName
{
border-color: #90511E;
}
</style>