Shades of Alert Tan #964A25
Tints of Alert Tan #964A25
RGB
CMYK
RGB Variations
Color information
#964A25 (or 0x964A25) is known color: Alert Tan. HEX triplet: 96, 4A and 25. RGB value is (150,74,37). Sum of RGB (Red+Green+Blue) = 150+74+37=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #964A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A25 is #69B5DA. Grayscale: #5C5C5C. Windows color (decimal): -6927835 or 2443926. OLE color: 2443926.
HSL color Cylindrical-coordinate representation of color #964A25: hue angle of 19.65º 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 #964A25 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 37 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.41 |
| HSL | 19.65º | 0.6% | 0.37% | - |
| HSV(B) | 19.65º | 0.75% | 0.59% | - |
| XYZ | 15.36 | 11.52 | 3.16 | - |
| YUV | 92.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 37 | 0 | 0.51 | 0.75 | 0.41 | 19.65 | 0.6 | 0.37 |
| Hex | 96 | 4A | 25 | 0 | 33 | 4B | 29 | 14 | 3C | 25 |
| Octal | 226 | 112 | 45 | 0 | 63 | 113 | 51 | 24 | 74 | 45 |
| Binary | 10010110 | 1001010 | 100101 | 0 | 110011 | 1001011 | 101001 | 10100 | 111100 | 100101 |
Color Harmonies of #964A25
Complementary color
Monochromatic Colors of #964A25
Black with #964A25
Text Example
Text Example
White with #964A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A25; }
p { color: rgb(150,74,37); }
H1.HeaderClassName
{
color: #964A25;
}
.AnyTagClassName
{
color: #964A25;
}
</style>
background-color css
<style>
a { background-color: #964A25; }
a { background-color: rgb(150,74,37); }
div.DivClassName
{
background-color: #964A25;
}
.BgClassName
{
background-color: #964A25;
}
</style>
border-color css
<style>
span { border-color: #964A25; }
span { border-color: rgb(150,74,37); }
td.TdClassName
{
border-color: #964A25;
}
.TagClassName
{
border-color: #964A25;
}
</style>