Shades of Afghan Tan #90521E
Tints of Afghan Tan #90521E
RGB
CMYK
RGB Variations
Color information
#90521E (or 0x90521E) is known color: Afghan Tan. HEX triplet: 90, 52 and 1E. RGB value is (144,82,30). Sum of RGB (Red+Green+Blue) = 144+82+30=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90521E is #6FADE1. Grayscale: #5E5E5E. Windows color (decimal): -7319010 or 1987216. OLE color: 1987216.
HSL color Cylindrical-coordinate representation of color #90521E: hue angle of 27.37º 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 #90521E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 30 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.44 |
| HSL | 27.37º | 0.66% | 0.34% | - |
| HSV(B) | 27.37º | 0.79% | 0.56% | - |
| XYZ | 14.75 | 12.06 | 2.78 | - |
| YUV | 94.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 30 | 0 | 0.43 | 0.79 | 0.44 | 27.37 | 0.66 | 0.34 |
| Hex | 90 | 52 | 1E | 0 | 2B | 4F | 2C | 1B | 42 | 22 |
| Octal | 220 | 122 | 36 | 0 | 53 | 117 | 54 | 33 | 102 | 42 |
| Binary | 10010000 | 1010010 | 11110 | 0 | 101011 | 1001111 | 101100 | 11011 | 1000010 | 100010 |
Color Harmonies of #90521E
Complementary color
Monochromatic Colors of #90521E
Black with #90521E
Text Example
Text Example
White with #90521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90521E; }
p { color: rgb(144,82,30); }
H1.HeaderClassName
{
color: #90521E;
}
.AnyTagClassName
{
color: #90521E;
}
</style>
background-color css
<style>
a { background-color: #90521E; }
a { background-color: rgb(144,82,30); }
div.DivClassName
{
background-color: #90521E;
}
.BgClassName
{
background-color: #90521E;
}
</style>
border-color css
<style>
span { border-color: #90521E; }
span { border-color: rgb(144,82,30); }
td.TdClassName
{
border-color: #90521E;
}
.TagClassName
{
border-color: #90521E;
}
</style>