Shades of Alert Tan #954F31
Tints of Alert Tan #954F31
RGB
CMYK
RGB Variations
Color information
#954F31 (or 0x954F31) is known color: Alert Tan. HEX triplet: 95, 4F and 31. RGB value is (149,79,49). Sum of RGB (Red+Green+Blue) = 149+79+49=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F31 is #6AB0CE. Grayscale: #606060. Windows color (decimal): -6992079 or 3231637. OLE color: 3231637.
HSL color Cylindrical-coordinate representation of color #954F31: hue angle of 18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954F31 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 49 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.42 |
| HSL | 18º | 0.51% | 0.39% | - |
| HSV(B) | 18º | 0.67% | 0.58% | - |
| XYZ | 15.74 | 12.2 | 4.43 | - |
| YUV | 96.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 49 | 0 | 0.47 | 0.67 | 0.42 | 18 | 0.51 | 0.39 |
| Hex | 95 | 4F | 31 | 0 | 2F | 43 | 2A | 12 | 33 | 27 |
| Octal | 225 | 117 | 61 | 0 | 57 | 103 | 52 | 22 | 63 | 47 |
| Binary | 10010101 | 1001111 | 110001 | 0 | 101111 | 1000011 | 101010 | 10010 | 110011 | 100111 |
Color Harmonies of #954F31
Complementary color
Monochromatic Colors of #954F31
Black with #954F31
Text Example
Text Example
White with #954F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F31; }
p { color: rgb(149,79,49); }
H1.HeaderClassName
{
color: #954F31;
}
.AnyTagClassName
{
color: #954F31;
}
</style>
background-color css
<style>
a { background-color: #954F31; }
a { background-color: rgb(149,79,49); }
div.DivClassName
{
background-color: #954F31;
}
.BgClassName
{
background-color: #954F31;
}
</style>
border-color css
<style>
span { border-color: #954F31; }
span { border-color: rgb(149,79,49); }
td.TdClassName
{
border-color: #954F31;
}
.TagClassName
{
border-color: #954F31;
}
</style>