Shades of Alert Tan #954C34
Tints of Alert Tan #954C34
RGB
CMYK
RGB Variations
Color information
#954C34 (or 0x954C34) is known color: Alert Tan. HEX triplet: 95, 4C and 34. RGB value is (149,76,52). Sum of RGB (Red+Green+Blue) = 149+76+52=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C34 is #6AB3CB. Grayscale: #5F5F5F. Windows color (decimal): -6992844 or 3427477. OLE color: 3427477.
HSL color Cylindrical-coordinate representation of color #954C34: hue angle of 14.85º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954C34 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 52 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.42 |
| HSL | 14.85º | 0.48% | 0.39% | - |
| HSV(B) | 14.85º | 0.65% | 0.58% | - |
| XYZ | 15.6 | 11.81 | 4.71 | - |
| YUV | 95.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 52 | 0 | 0.49 | 0.65 | 0.42 | 14.85 | 0.48 | 0.39 |
| Hex | 95 | 4C | 34 | 0 | 31 | 41 | 2A | F | 30 | 27 |
| Octal | 225 | 114 | 64 | 0 | 61 | 101 | 52 | 17 | 60 | 47 |
| Binary | 10010101 | 1001100 | 110100 | 0 | 110001 | 1000001 | 101010 | 1111 | 110000 | 100111 |
Color Harmonies of #954C34
Complementary color
Monochromatic Colors of #954C34
Black with #954C34
Text Example
Text Example
White with #954C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C34; }
p { color: rgb(149,76,52); }
H1.HeaderClassName
{
color: #954C34;
}
.AnyTagClassName
{
color: #954C34;
}
</style>
background-color css
<style>
a { background-color: #954C34; }
a { background-color: rgb(149,76,52); }
div.DivClassName
{
background-color: #954C34;
}
.BgClassName
{
background-color: #954C34;
}
</style>
border-color css
<style>
span { border-color: #954C34; }
span { border-color: rgb(149,76,52); }
td.TdClassName
{
border-color: #954C34;
}
.TagClassName
{
border-color: #954C34;
}
</style>