Shades of Alert Tan #954A23
Tints of Alert Tan #954A23
RGB
CMYK
RGB Variations
Color information
#954A23 (or 0x954A23) is known color: Alert Tan. HEX triplet: 95, 4A and 23. RGB value is (149,74,35). Sum of RGB (Red+Green+Blue) = 149+74+35=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A23 is #6AB5DC. Grayscale: #5C5C5C. Windows color (decimal): -6993373 or 2312853. OLE color: 2312853.
HSL color Cylindrical-coordinate representation of color #954A23: hue angle of 20.53º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #954A23 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 35 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.42 |
| HSL | 20.53º | 0.62% | 0.36% | - |
| HSV(B) | 20.53º | 0.77% | 0.58% | - |
| XYZ | 15.15 | 11.41 | 2.99 | - |
| YUV | 91.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 35 | 0 | 0.50 | 0.77 | 0.42 | 20.53 | 0.62 | 0.36 |
| Hex | 95 | 4A | 23 | 0 | 32 | 4D | 2A | 15 | 3E | 24 |
| Octal | 225 | 112 | 43 | 0 | 62 | 115 | 52 | 25 | 76 | 44 |
| Binary | 10010101 | 1001010 | 100011 | 0 | 110010 | 1001101 | 101010 | 10101 | 111110 | 100100 |
Color Harmonies of #954A23
Complementary color
Monochromatic Colors of #954A23
Black with #954A23
Text Example
Text Example
White with #954A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A23; }
p { color: rgb(149,74,35); }
H1.HeaderClassName
{
color: #954A23;
}
.AnyTagClassName
{
color: #954A23;
}
</style>
background-color css
<style>
a { background-color: #954A23; }
a { background-color: rgb(149,74,35); }
div.DivClassName
{
background-color: #954A23;
}
.BgClassName
{
background-color: #954A23;
}
</style>
border-color css
<style>
span { border-color: #954A23; }
span { border-color: rgb(149,74,35); }
td.TdClassName
{
border-color: #954A23;
}
.TagClassName
{
border-color: #954A23;
}
</style>