Shades of Alert Tan #954920
Tints of Alert Tan #954920
RGB
CMYK
RGB Variations
Color information
#954920 (or 0x954920) is known color: Alert Tan. HEX triplet: 95, 49 and 20. RGB value is (149,73,32). Sum of RGB (Red+Green+Blue) = 149+73+32=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954920 is #6AB6DF. Grayscale: #5B5B5B. Windows color (decimal): -6993632 or 2115989. OLE color: 2115989.
HSL color Cylindrical-coordinate representation of color #954920: hue angle of 21.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #954920 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 32 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.42 |
| HSL | 21.03º | 0.65% | 0.35% | - |
| HSV(B) | 21.03º | 0.79% | 0.58% | - |
| XYZ | 15.04 | 11.26 | 2.75 | - |
| YUV | 91.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 32 | 0 | 0.51 | 0.79 | 0.42 | 21.03 | 0.65 | 0.35 |
| Hex | 95 | 49 | 20 | 0 | 33 | 4F | 2A | 15 | 41 | 23 |
| Octal | 225 | 111 | 40 | 0 | 63 | 117 | 52 | 25 | 101 | 43 |
| Binary | 10010101 | 1001001 | 100000 | 0 | 110011 | 1001111 | 101010 | 10101 | 1000001 | 100011 |
Color Harmonies of #954920
Complementary color
Monochromatic Colors of #954920
Black with #954920
Text Example
Text Example
White with #954920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954920; }
p { color: rgb(149,73,32); }
H1.HeaderClassName
{
color: #954920;
}
.AnyTagClassName
{
color: #954920;
}
</style>
background-color css
<style>
a { background-color: #954920; }
a { background-color: rgb(149,73,32); }
div.DivClassName
{
background-color: #954920;
}
.BgClassName
{
background-color: #954920;
}
</style>
border-color css
<style>
span { border-color: #954920; }
span { border-color: rgb(149,73,32); }
td.TdClassName
{
border-color: #954920;
}
.TagClassName
{
border-color: #954920;
}
</style>