Shades of Alert Tan #954D2D
Tints of Alert Tan #954D2D
RGB
CMYK
RGB Variations
Color information
#954D2D (or 0x954D2D) is known color: Alert Tan. HEX triplet: 95, 4D and 2D. RGB value is (149,77,45). Sum of RGB (Red+Green+Blue) = 149+77+45=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D2D is #6AB2D2. Grayscale: #5F5F5F. Windows color (decimal): -6992595 or 2968981. OLE color: 2968981.
HSL color Cylindrical-coordinate representation of color #954D2D: hue angle of 18.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954D2D is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 45 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.42 |
| HSL | 18.46º | 0.54% | 0.38% | - |
| HSV(B) | 18.46º | 0.7% | 0.58% | - |
| XYZ | 15.52 | 11.89 | 3.96 | - |
| YUV | 94.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 45 | 0 | 0.48 | 0.70 | 0.42 | 18.46 | 0.54 | 0.38 |
| Hex | 95 | 4D | 2D | 0 | 30 | 46 | 2A | 12 | 36 | 26 |
| Octal | 225 | 115 | 55 | 0 | 60 | 106 | 52 | 22 | 66 | 46 |
| Binary | 10010101 | 1001101 | 101101 | 0 | 110000 | 1000110 | 101010 | 10010 | 110110 | 100110 |
Color Harmonies of #954D2D
Complementary color
Monochromatic Colors of #954D2D
Black with #954D2D
Text Example
Text Example
White with #954D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D2D; }
p { color: rgb(149,77,45); }
H1.HeaderClassName
{
color: #954D2D;
}
.AnyTagClassName
{
color: #954D2D;
}
</style>
background-color css
<style>
a { background-color: #954D2D; }
a { background-color: rgb(149,77,45); }
div.DivClassName
{
background-color: #954D2D;
}
.BgClassName
{
background-color: #954D2D;
}
</style>
border-color css
<style>
span { border-color: #954D2D; }
span { border-color: rgb(149,77,45); }
td.TdClassName
{
border-color: #954D2D;
}
.TagClassName
{
border-color: #954D2D;
}
</style>