Shades of Alert Tan #954625
Tints of Alert Tan #954625
RGB
CMYK
RGB Variations
Color information
#954625 (or 0x954625) is known color: Alert Tan. HEX triplet: 95, 46 and 25. RGB value is (149,70,37). Sum of RGB (Red+Green+Blue) = 149+70+37=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #954625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954625 is #6AB9DA. Grayscale: #5A5A5A. Windows color (decimal): -6994395 or 2442901. OLE color: 2442901.
HSL color Cylindrical-coordinate representation of color #954625: hue angle of 17.68º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #954625 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 37 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.42 |
| HSL | 17.68º | 0.6% | 0.36% | - |
| HSV(B) | 17.68º | 0.75% | 0.58% | - |
| XYZ | 14.92 | 10.9 | 3.07 | - |
| YUV | 89.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 37 | 0 | 0.53 | 0.75 | 0.42 | 17.68 | 0.6 | 0.36 |
| Hex | 95 | 46 | 25 | 0 | 35 | 4B | 2A | 12 | 3C | 24 |
| Octal | 225 | 106 | 45 | 0 | 65 | 113 | 52 | 22 | 74 | 44 |
| Binary | 10010101 | 1000110 | 100101 | 0 | 110101 | 1001011 | 101010 | 10010 | 111100 | 100100 |
Color Harmonies of #954625
Complementary color
Monochromatic Colors of #954625
Black with #954625
Text Example
Text Example
White with #954625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954625; }
p { color: rgb(149,70,37); }
H1.HeaderClassName
{
color: #954625;
}
.AnyTagClassName
{
color: #954625;
}
</style>
background-color css
<style>
a { background-color: #954625; }
a { background-color: rgb(149,70,37); }
div.DivClassName
{
background-color: #954625;
}
.BgClassName
{
background-color: #954625;
}
</style>
border-color css
<style>
span { border-color: #954625; }
span { border-color: rgb(149,70,37); }
td.TdClassName
{
border-color: #954625;
}
.TagClassName
{
border-color: #954625;
}
</style>