Shades of Alert Tan #914A20
Tints of Alert Tan #914A20
RGB
CMYK
RGB Variations
Color information
#914A20 (or 0x914A20) is known color: Alert Tan. HEX triplet: 91, 4A and 20. RGB value is (145,74,32). Sum of RGB (Red+Green+Blue) = 145+74+32=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #914A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A20 is #6EB5DF. Grayscale: #5A5A5A. Windows color (decimal): -7255520 or 2116241. OLE color: 2116241.
HSL color Cylindrical-coordinate representation of color #914A20: hue angle of 22.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #914A20 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 32 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.43 |
| HSL | 22.3º | 0.64% | 0.35% | - |
| HSV(B) | 22.3º | 0.78% | 0.57% | - |
| XYZ | 14.39 | 11.02 | 2.74 | - |
| YUV | 90.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 32 | 0 | 0.49 | 0.78 | 0.43 | 22.3 | 0.64 | 0.35 |
| Hex | 91 | 4A | 20 | 0 | 31 | 4E | 2B | 16 | 40 | 23 |
| Octal | 221 | 112 | 40 | 0 | 61 | 116 | 53 | 26 | 100 | 43 |
| Binary | 10010001 | 1001010 | 100000 | 0 | 110001 | 1001110 | 101011 | 10110 | 1000000 | 100011 |
Color Harmonies of #914A20
Complementary color
Monochromatic Colors of #914A20
Black with #914A20
Text Example
Text Example
White with #914A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A20; }
p { color: rgb(145,74,32); }
H1.HeaderClassName
{
color: #914A20;
}
.AnyTagClassName
{
color: #914A20;
}
</style>
background-color css
<style>
a { background-color: #914A20; }
a { background-color: rgb(145,74,32); }
div.DivClassName
{
background-color: #914A20;
}
.BgClassName
{
background-color: #914A20;
}
</style>
border-color css
<style>
span { border-color: #914A20; }
span { border-color: rgb(145,74,32); }
td.TdClassName
{
border-color: #914A20;
}
.TagClassName
{
border-color: #914A20;
}
</style>