Shades of Alert Tan #954E2C
Tints of Alert Tan #954E2C
RGB
CMYK
RGB Variations
Color information
#954E2C (or 0x954E2C) is known color: Alert Tan. HEX triplet: 95, 4E and 2C. RGB value is (149,78,44). Sum of RGB (Red+Green+Blue) = 149+78+44=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E2C is #6AB1D3. Grayscale: #5F5F5F. Windows color (decimal): -6992340 or 2903701. OLE color: 2903701.
HSL color Cylindrical-coordinate representation of color #954E2C: hue angle of 19.43º 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 #954E2C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 44 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.42 |
| HSL | 19.43º | 0.54% | 0.38% | - |
| HSV(B) | 19.43º | 0.7% | 0.58% | - |
| XYZ | 15.57 | 12.02 | 3.88 | - |
| YUV | 95.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 44 | 0 | 0.48 | 0.70 | 0.42 | 19.43 | 0.54 | 0.38 |
| Hex | 95 | 4E | 2C | 0 | 30 | 46 | 2A | 13 | 36 | 26 |
| Octal | 225 | 116 | 54 | 0 | 60 | 106 | 52 | 23 | 66 | 46 |
| Binary | 10010101 | 1001110 | 101100 | 0 | 110000 | 1000110 | 101010 | 10011 | 110110 | 100110 |
Color Harmonies of #954E2C
Complementary color
Monochromatic Colors of #954E2C
Black with #954E2C
Text Example
Text Example
White with #954E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E2C; }
p { color: rgb(149,78,44); }
H1.HeaderClassName
{
color: #954E2C;
}
.AnyTagClassName
{
color: #954E2C;
}
</style>
background-color css
<style>
a { background-color: #954E2C; }
a { background-color: rgb(149,78,44); }
div.DivClassName
{
background-color: #954E2C;
}
.BgClassName
{
background-color: #954E2C;
}
</style>
border-color css
<style>
span { border-color: #954E2C; }
span { border-color: rgb(149,78,44); }
td.TdClassName
{
border-color: #954E2C;
}
.TagClassName
{
border-color: #954E2C;
}
</style>