Shades of Afghan Tan #91521E
Tints of Afghan Tan #91521E
RGB
CMYK
RGB Variations
Color information
#91521E (or 0x91521E) is known color: Afghan Tan. HEX triplet: 91, 52 and 1E. RGB value is (145,82,30). Sum of RGB (Red+Green+Blue) = 145+82+30=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #91521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91521E is #6EADE1. Grayscale: #5F5F5F. Windows color (decimal): -7253474 or 1987217. OLE color: 1987217.
HSL color Cylindrical-coordinate representation of color #91521E: hue angle of 27.13º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91521E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 30 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.43 |
| HSL | 27.13º | 0.66% | 0.34% | - |
| HSV(B) | 27.13º | 0.79% | 0.57% | - |
| XYZ | 14.93 | 12.15 | 2.79 | - |
| YUV | 94.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 30 | 0 | 0.43 | 0.79 | 0.43 | 27.13 | 0.66 | 0.34 |
| Hex | 91 | 52 | 1E | 0 | 2B | 4F | 2B | 1B | 42 | 22 |
| Octal | 221 | 122 | 36 | 0 | 53 | 117 | 53 | 33 | 102 | 42 |
| Binary | 10010001 | 1010010 | 11110 | 0 | 101011 | 1001111 | 101011 | 11011 | 1000010 | 100010 |
Color Harmonies of #91521E
Complementary color
Monochromatic Colors of #91521E
Black with #91521E
Text Example
Text Example
White with #91521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91521E; }
p { color: rgb(145,82,30); }
H1.HeaderClassName
{
color: #91521E;
}
.AnyTagClassName
{
color: #91521E;
}
</style>
background-color css
<style>
a { background-color: #91521E; }
a { background-color: rgb(145,82,30); }
div.DivClassName
{
background-color: #91521E;
}
.BgClassName
{
background-color: #91521E;
}
</style>
border-color css
<style>
span { border-color: #91521E; }
span { border-color: rgb(145,82,30); }
td.TdClassName
{
border-color: #91521E;
}
.TagClassName
{
border-color: #91521E;
}
</style>