Shades of Alert Tan #954B24
Tints of Alert Tan #954B24
RGB
CMYK
RGB Variations
Color information
#954B24 (or 0x954B24) is known color: Alert Tan. HEX triplet: 95, 4B and 24. RGB value is (149,75,36). Sum of RGB (Red+Green+Blue) = 149+75+36=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B24 is #6AB4DB. Grayscale: #5C5C5C. Windows color (decimal): -6993116 or 2378645. OLE color: 2378645.
HSL color Cylindrical-coordinate representation of color #954B24: hue angle of 20.71º 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 #954B24 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 36 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.42 |
| HSL | 20.71º | 0.61% | 0.36% | - |
| HSV(B) | 20.71º | 0.76% | 0.58% | - |
| XYZ | 15.23 | 11.55 | 3.1 | - |
| YUV | 92.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 36 | 0 | 0.50 | 0.76 | 0.42 | 20.71 | 0.61 | 0.36 |
| Hex | 95 | 4B | 24 | 0 | 32 | 4C | 2A | 15 | 3D | 24 |
| Octal | 225 | 113 | 44 | 0 | 62 | 114 | 52 | 25 | 75 | 44 |
| Binary | 10010101 | 1001011 | 100100 | 0 | 110010 | 1001100 | 101010 | 10101 | 111101 | 100100 |
Color Harmonies of #954B24
Complementary color
Monochromatic Colors of #954B24
Black with #954B24
Text Example
Text Example
White with #954B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B24; }
p { color: rgb(149,75,36); }
H1.HeaderClassName
{
color: #954B24;
}
.AnyTagClassName
{
color: #954B24;
}
</style>
background-color css
<style>
a { background-color: #954B24; }
a { background-color: rgb(149,75,36); }
div.DivClassName
{
background-color: #954B24;
}
.BgClassName
{
background-color: #954B24;
}
</style>
border-color css
<style>
span { border-color: #954B24; }
span { border-color: rgb(149,75,36); }
td.TdClassName
{
border-color: #954B24;
}
.TagClassName
{
border-color: #954B24;
}
</style>