Shades of Alert Tan #954F2B
Tints of Alert Tan #954F2B
RGB
CMYK
RGB Variations
Color information
#954F2B (or 0x954F2B) is known color: Alert Tan. HEX triplet: 95, 4F and 2B. RGB value is (149,79,43). Sum of RGB (Red+Green+Blue) = 149+79+43=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F2B is #6AB0D4. Grayscale: #606060. Windows color (decimal): -6992085 or 2838421. OLE color: 2838421.
HSL color Cylindrical-coordinate representation of color #954F2B: hue angle of 20.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #954F2B is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 43 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.42 |
| HSL | 20.38º | 0.55% | 0.38% | - |
| HSV(B) | 20.38º | 0.71% | 0.58% | - |
| XYZ | 15.63 | 12.16 | 3.81 | - |
| YUV | 95.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 43 | 0 | 0.47 | 0.71 | 0.42 | 20.38 | 0.55 | 0.38 |
| Hex | 95 | 4F | 2B | 0 | 2F | 47 | 2A | 14 | 37 | 26 |
| Octal | 225 | 117 | 53 | 0 | 57 | 107 | 52 | 24 | 67 | 46 |
| Binary | 10010101 | 1001111 | 101011 | 0 | 101111 | 1000111 | 101010 | 10100 | 110111 | 100110 |
Color Harmonies of #954F2B
Complementary color
Monochromatic Colors of #954F2B
Black with #954F2B
Text Example
Text Example
White with #954F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F2B; }
p { color: rgb(149,79,43); }
H1.HeaderClassName
{
color: #954F2B;
}
.AnyTagClassName
{
color: #954F2B;
}
</style>
background-color css
<style>
a { background-color: #954F2B; }
a { background-color: rgb(149,79,43); }
div.DivClassName
{
background-color: #954F2B;
}
.BgClassName
{
background-color: #954F2B;
}
</style>
border-color css
<style>
span { border-color: #954F2B; }
span { border-color: rgb(149,79,43); }
td.TdClassName
{
border-color: #954F2B;
}
.TagClassName
{
border-color: #954F2B;
}
</style>