Shades of Alert Tan #954F28
Tints of Alert Tan #954F28
RGB
CMYK
RGB Variations
Color information
#954F28 (or 0x954F28) is known color: Alert Tan. HEX triplet: 95, 4F and 28. RGB value is (149,79,40). Sum of RGB (Red+Green+Blue) = 149+79+40=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F28 is #6AB0D7. Grayscale: #5F5F5F. Windows color (decimal): -6992088 or 2641813. OLE color: 2641813.
HSL color Cylindrical-coordinate representation of color #954F28: hue angle of 21.47º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #954F28 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 40 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.42 |
| HSL | 21.47º | 0.58% | 0.37% | - |
| HSV(B) | 21.47º | 0.73% | 0.58% | - |
| XYZ | 15.57 | 12.13 | 3.53 | - |
| YUV | 95.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 40 | 0 | 0.47 | 0.73 | 0.42 | 21.47 | 0.58 | 0.37 |
| Hex | 95 | 4F | 28 | 0 | 2F | 49 | 2A | 15 | 3A | 25 |
| Octal | 225 | 117 | 50 | 0 | 57 | 111 | 52 | 25 | 72 | 45 |
| Binary | 10010101 | 1001111 | 101000 | 0 | 101111 | 1001001 | 101010 | 10101 | 111010 | 100101 |
Color Harmonies of #954F28
Complementary color
Monochromatic Colors of #954F28
Black with #954F28
Text Example
Text Example
White with #954F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F28; }
p { color: rgb(149,79,40); }
H1.HeaderClassName
{
color: #954F28;
}
.AnyTagClassName
{
color: #954F28;
}
</style>
background-color css
<style>
a { background-color: #954F28; }
a { background-color: rgb(149,79,40); }
div.DivClassName
{
background-color: #954F28;
}
.BgClassName
{
background-color: #954F28;
}
</style>
border-color css
<style>
span { border-color: #954F28; }
span { border-color: rgb(149,79,40); }
td.TdClassName
{
border-color: #954F28;
}
.TagClassName
{
border-color: #954F28;
}
</style>