Shades of Alert Tan #954924
Tints of Alert Tan #954924
RGB
CMYK
RGB Variations
Color information
#954924 (or 0x954924) is known color: Alert Tan. HEX triplet: 95, 49 and 24. RGB value is (149,73,36). Sum of RGB (Red+Green+Blue) = 149+73+36=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954924 is #6AB6DB. Grayscale: #5B5B5B. Windows color (decimal): -6993628 or 2378133. OLE color: 2378133.
HSL color Cylindrical-coordinate representation of color #954924: hue angle of 19.65º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #954924 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 36 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.42 |
| HSL | 19.65º | 0.61% | 0.36% | - |
| HSV(B) | 19.65º | 0.76% | 0.58% | - |
| XYZ | 15.1 | 11.28 | 3.05 | - |
| YUV | 91.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 36 | 0 | 0.51 | 0.76 | 0.42 | 19.65 | 0.61 | 0.36 |
| Hex | 95 | 49 | 24 | 0 | 33 | 4C | 2A | 14 | 3D | 24 |
| Octal | 225 | 111 | 44 | 0 | 63 | 114 | 52 | 24 | 75 | 44 |
| Binary | 10010101 | 1001001 | 100100 | 0 | 110011 | 1001100 | 101010 | 10100 | 111101 | 100100 |
Color Harmonies of #954924
Complementary color
Monochromatic Colors of #954924
Black with #954924
Text Example
Text Example
White with #954924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954924; }
p { color: rgb(149,73,36); }
H1.HeaderClassName
{
color: #954924;
}
.AnyTagClassName
{
color: #954924;
}
</style>
background-color css
<style>
a { background-color: #954924; }
a { background-color: rgb(149,73,36); }
div.DivClassName
{
background-color: #954924;
}
.BgClassName
{
background-color: #954924;
}
</style>
border-color css
<style>
span { border-color: #954924; }
span { border-color: rgb(149,73,36); }
td.TdClassName
{
border-color: #954924;
}
.TagClassName
{
border-color: #954924;
}
</style>