Shades of Alert Tan #964925
Tints of Alert Tan #964925
RGB
CMYK
RGB Variations
Color information
#964925 (or 0x964925) is known color: Alert Tan. HEX triplet: 96, 49 and 25. RGB value is (150,73,37). Sum of RGB (Red+Green+Blue) = 150+73+37=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #964925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964925 is #69B6DA. Grayscale: #5C5C5C. Windows color (decimal): -6928091 or 2443670. OLE color: 2443670.
HSL color Cylindrical-coordinate representation of color #964925: hue angle of 19.12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964925 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 37 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.41 |
| HSL | 19.12º | 0.6% | 0.37% | - |
| HSV(B) | 19.12º | 0.75% | 0.59% | - |
| XYZ | 15.29 | 11.38 | 3.14 | - |
| YUV | 91.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 37 | 0 | 0.51 | 0.75 | 0.41 | 19.12 | 0.6 | 0.37 |
| Hex | 96 | 49 | 25 | 0 | 33 | 4B | 29 | 13 | 3C | 25 |
| Octal | 226 | 111 | 45 | 0 | 63 | 113 | 51 | 23 | 74 | 45 |
| Binary | 10010110 | 1001001 | 100101 | 0 | 110011 | 1001011 | 101001 | 10011 | 111100 | 100101 |
Color Harmonies of #964925
Complementary color
Monochromatic Colors of #964925
Black with #964925
Text Example
Text Example
White with #964925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964925; }
p { color: rgb(150,73,37); }
H1.HeaderClassName
{
color: #964925;
}
.AnyTagClassName
{
color: #964925;
}
</style>
background-color css
<style>
a { background-color: #964925; }
a { background-color: rgb(150,73,37); }
div.DivClassName
{
background-color: #964925;
}
.BgClassName
{
background-color: #964925;
}
</style>
border-color css
<style>
span { border-color: #964925; }
span { border-color: rgb(150,73,37); }
td.TdClassName
{
border-color: #964925;
}
.TagClassName
{
border-color: #964925;
}
</style>