Shades of Alert Tan #914E21
Tints of Alert Tan #914E21
RGB
CMYK
RGB Variations
Color information
#914E21 (or 0x914E21) is known color: Alert Tan. HEX triplet: 91, 4E and 21. RGB value is (145,78,33). Sum of RGB (Red+Green+Blue) = 145+78+33=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #914E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E21 is #6EB1DE. Grayscale: #5D5D5D. Windows color (decimal): -7254495 or 2182801. OLE color: 2182801.
HSL color Cylindrical-coordinate representation of color #914E21: hue angle of 24.11º 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 #914E21 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 33 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.43 |
| HSL | 24.11º | 0.63% | 0.35% | - |
| HSV(B) | 24.11º | 0.77% | 0.57% | - |
| XYZ | 14.68 | 11.58 | 2.9 | - |
| YUV | 92.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 33 | 0 | 0.46 | 0.77 | 0.43 | 24.11 | 0.63 | 0.35 |
| Hex | 91 | 4E | 21 | 0 | 2E | 4D | 2B | 18 | 3F | 23 |
| Octal | 221 | 116 | 41 | 0 | 56 | 115 | 53 | 30 | 77 | 43 |
| Binary | 10010001 | 1001110 | 100001 | 0 | 101110 | 1001101 | 101011 | 11000 | 111111 | 100011 |
Color Harmonies of #914E21
Complementary color
Monochromatic Colors of #914E21
Black with #914E21
Text Example
Text Example
White with #914E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E21; }
p { color: rgb(145,78,33); }
H1.HeaderClassName
{
color: #914E21;
}
.AnyTagClassName
{
color: #914E21;
}
</style>
background-color css
<style>
a { background-color: #914E21; }
a { background-color: rgb(145,78,33); }
div.DivClassName
{
background-color: #914E21;
}
.BgClassName
{
background-color: #914E21;
}
</style>
border-color css
<style>
span { border-color: #914E21; }
span { border-color: rgb(145,78,33); }
td.TdClassName
{
border-color: #914E21;
}
.TagClassName
{
border-color: #914E21;
}
</style>