Shades of Alert Tan #954C36
Tints of Alert Tan #954C36
RGB
CMYK
RGB Variations
Color information
#954C36 (or 0x954C36) is known color: Alert Tan. HEX triplet: 95, 4C and 36. RGB value is (149,76,54). Sum of RGB (Red+Green+Blue) = 149+76+54=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #954C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C36 is #6AB3C9. Grayscale: #5F5F5F. Windows color (decimal): -6992842 or 3558549. OLE color: 3558549.
HSL color Cylindrical-coordinate representation of color #954C36: hue angle of 13.89º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954C36 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 54 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.42 |
| HSL | 13.89º | 0.47% | 0.4% | - |
| HSV(B) | 13.89º | 0.64% | 0.58% | - |
| XYZ | 15.64 | 11.82 | 4.95 | - |
| YUV | 95.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 54 | 0 | 0.49 | 0.64 | 0.42 | 13.89 | 0.47 | 0.4 |
| Hex | 95 | 4C | 36 | 0 | 31 | 40 | 2A | E | 2F | 28 |
| Octal | 225 | 114 | 66 | 0 | 61 | 100 | 52 | 16 | 57 | 50 |
| Binary | 10010101 | 1001100 | 110110 | 0 | 110001 | 1000000 | 101010 | 1110 | 101111 | 101000 |
Color Harmonies of #954C36
Complementary color
Monochromatic Colors of #954C36
Black with #954C36
Text Example
Text Example
White with #954C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C36; }
p { color: rgb(149,76,54); }
H1.HeaderClassName
{
color: #954C36;
}
.AnyTagClassName
{
color: #954C36;
}
</style>
background-color css
<style>
a { background-color: #954C36; }
a { background-color: rgb(149,76,54); }
div.DivClassName
{
background-color: #954C36;
}
.BgClassName
{
background-color: #954C36;
}
</style>
border-color css
<style>
span { border-color: #954C36; }
span { border-color: rgb(149,76,54); }
td.TdClassName
{
border-color: #954C36;
}
.TagClassName
{
border-color: #954C36;
}
</style>