Shades of Alert Tan #914921
Tints of Alert Tan #914921
RGB
CMYK
RGB Variations
Color information
#914921 (or 0x914921) is known color: Alert Tan. HEX triplet: 91, 49 and 21. RGB value is (145,73,33). Sum of RGB (Red+Green+Blue) = 145+73+33=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #914921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914921 is #6EB6DE. Grayscale: #5A5A5A. Windows color (decimal): -7255775 or 2181521. OLE color: 2181521.
HSL color Cylindrical-coordinate representation of color #914921: hue angle of 21.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #914921 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 33 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.43 |
| HSL | 21.43º | 0.63% | 0.35% | - |
| HSV(B) | 21.43º | 0.77% | 0.57% | - |
| XYZ | 14.33 | 10.89 | 2.79 | - |
| YUV | 89.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 33 | 0 | 0.50 | 0.77 | 0.43 | 21.43 | 0.63 | 0.35 |
| Hex | 91 | 49 | 21 | 0 | 32 | 4D | 2B | 15 | 3F | 23 |
| Octal | 221 | 111 | 41 | 0 | 62 | 115 | 53 | 25 | 77 | 43 |
| Binary | 10010001 | 1001001 | 100001 | 0 | 110010 | 1001101 | 101011 | 10101 | 111111 | 100011 |
Color Harmonies of #914921
Complementary color
Monochromatic Colors of #914921
Black with #914921
Text Example
Text Example
White with #914921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914921; }
p { color: rgb(145,73,33); }
H1.HeaderClassName
{
color: #914921;
}
.AnyTagClassName
{
color: #914921;
}
</style>
background-color css
<style>
a { background-color: #914921; }
a { background-color: rgb(145,73,33); }
div.DivClassName
{
background-color: #914921;
}
.BgClassName
{
background-color: #914921;
}
</style>
border-color css
<style>
span { border-color: #914921; }
span { border-color: rgb(145,73,33); }
td.TdClassName
{
border-color: #914921;
}
.TagClassName
{
border-color: #914921;
}
</style>