Shades of Alert Tan #954A25
Tints of Alert Tan #954A25
RGB
CMYK
RGB Variations
Color information
#954A25 (or 0x954A25) is known color: Alert Tan. HEX triplet: 95, 4A and 25. RGB value is (149,74,37). Sum of RGB (Red+Green+Blue) = 149+74+37=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A25 is #6AB5DA. Grayscale: #5C5C5C. Windows color (decimal): -6993371 or 2443925. OLE color: 2443925.
HSL color Cylindrical-coordinate representation of color #954A25: hue angle of 19.82º 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 #954A25 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 37 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.42 |
| HSL | 19.82º | 0.6% | 0.36% | - |
| HSV(B) | 19.82º | 0.75% | 0.58% | - |
| XYZ | 15.18 | 11.42 | 3.15 | - |
| YUV | 92.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 37 | 0 | 0.50 | 0.75 | 0.42 | 19.82 | 0.6 | 0.36 |
| Hex | 95 | 4A | 25 | 0 | 32 | 4B | 2A | 14 | 3C | 24 |
| Octal | 225 | 112 | 45 | 0 | 62 | 113 | 52 | 24 | 74 | 44 |
| Binary | 10010101 | 1001010 | 100101 | 0 | 110010 | 1001011 | 101010 | 10100 | 111100 | 100100 |
Color Harmonies of #954A25
Complementary color
Monochromatic Colors of #954A25
Black with #954A25
Text Example
Text Example
White with #954A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A25; }
p { color: rgb(149,74,37); }
H1.HeaderClassName
{
color: #954A25;
}
.AnyTagClassName
{
color: #954A25;
}
</style>
background-color css
<style>
a { background-color: #954A25; }
a { background-color: rgb(149,74,37); }
div.DivClassName
{
background-color: #954A25;
}
.BgClassName
{
background-color: #954A25;
}
</style>
border-color css
<style>
span { border-color: #954A25; }
span { border-color: rgb(149,74,37); }
td.TdClassName
{
border-color: #954A25;
}
.TagClassName
{
border-color: #954A25;
}
</style>