Shades of Alert Tan #954627
Tints of Alert Tan #954627
RGB
CMYK
RGB Variations
Color information
#954627 (or 0x954627) is known color: Alert Tan. HEX triplet: 95, 46 and 27. RGB value is (149,70,39). Sum of RGB (Red+Green+Blue) = 149+70+39=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954627 is #6AB9D8. Grayscale: #5A5A5A. Windows color (decimal): -6994393 or 2573973. OLE color: 2573973.
HSL color Cylindrical-coordinate representation of color #954627: hue angle of 16.91º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #954627 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 39 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.42 |
| HSL | 16.91º | 0.59% | 0.37% | - |
| HSV(B) | 16.91º | 0.74% | 0.58% | - |
| XYZ | 14.95 | 10.92 | 3.24 | - |
| YUV | 90.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 39 | 0 | 0.53 | 0.74 | 0.42 | 16.91 | 0.59 | 0.37 |
| Hex | 95 | 46 | 27 | 0 | 35 | 4A | 2A | 11 | 3B | 25 |
| Octal | 225 | 106 | 47 | 0 | 65 | 112 | 52 | 21 | 73 | 45 |
| Binary | 10010101 | 1000110 | 100111 | 0 | 110101 | 1001010 | 101010 | 10001 | 111011 | 100101 |
Color Harmonies of #954627
Complementary color
Monochromatic Colors of #954627
Black with #954627
Text Example
Text Example
White with #954627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954627; }
p { color: rgb(149,70,39); }
H1.HeaderClassName
{
color: #954627;
}
.AnyTagClassName
{
color: #954627;
}
</style>
background-color css
<style>
a { background-color: #954627; }
a { background-color: rgb(149,70,39); }
div.DivClassName
{
background-color: #954627;
}
.BgClassName
{
background-color: #954627;
}
</style>
border-color css
<style>
span { border-color: #954627; }
span { border-color: rgb(149,70,39); }
td.TdClassName
{
border-color: #954627;
}
.TagClassName
{
border-color: #954627;
}
</style>