Shades of Alert Tan #954D37
Tints of Alert Tan #954D37
RGB
CMYK
RGB Variations
Color information
#954D37 (or 0x954D37) is known color: Alert Tan. HEX triplet: 95, 4D and 37. RGB value is (149,77,55). Sum of RGB (Red+Green+Blue) = 149+77+55=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D37 is #6AB2C8. Grayscale: #606060. Windows color (decimal): -6992585 or 3624341. OLE color: 3624341.
HSL color Cylindrical-coordinate representation of color #954D37: hue angle of 14.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954D37 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 55 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.42 |
| HSL | 14.04º | 0.46% | 0.4% | - |
| HSV(B) | 14.04º | 0.63% | 0.58% | - |
| XYZ | 15.74 | 11.97 | 5.1 | - |
| YUV | 96.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 55 | 0 | 0.48 | 0.63 | 0.42 | 14.04 | 0.46 | 0.4 |
| Hex | 95 | 4D | 37 | 0 | 30 | 3F | 2A | E | 2E | 28 |
| Octal | 225 | 115 | 67 | 0 | 60 | 77 | 52 | 16 | 56 | 50 |
| Binary | 10010101 | 1001101 | 110111 | 0 | 110000 | 111111 | 101010 | 1110 | 101110 | 101000 |
Color Harmonies of #954D37
Complementary color
Monochromatic Colors of #954D37
Black with #954D37
Text Example
Text Example
White with #954D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D37; }
p { color: rgb(149,77,55); }
H1.HeaderClassName
{
color: #954D37;
}
.AnyTagClassName
{
color: #954D37;
}
</style>
background-color css
<style>
a { background-color: #954D37; }
a { background-color: rgb(149,77,55); }
div.DivClassName
{
background-color: #954D37;
}
.BgClassName
{
background-color: #954D37;
}
</style>
border-color css
<style>
span { border-color: #954D37; }
span { border-color: rgb(149,77,55); }
td.TdClassName
{
border-color: #954D37;
}
.TagClassName
{
border-color: #954D37;
}
</style>