Shades of Alert Tan #964A31
Tints of Alert Tan #964A31
RGB
CMYK
RGB Variations
Color information
#964A31 (or 0x964A31) is known color: Alert Tan. HEX triplet: 96, 4A and 31. RGB value is (150,74,49). Sum of RGB (Red+Green+Blue) = 150+74+49=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A31 is #69B5CE. Grayscale: #5E5E5E. Windows color (decimal): -6927823 or 3230358. OLE color: 3230358.
HSL color Cylindrical-coordinate representation of color #964A31: hue angle of 14.85º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964A31 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 49 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.41 |
| HSL | 14.85º | 0.51% | 0.39% | - |
| HSV(B) | 14.85º | 0.67% | 0.59% | - |
| XYZ | 15.58 | 11.6 | 4.32 | - |
| YUV | 93.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 49 | 0 | 0.51 | 0.67 | 0.41 | 14.85 | 0.51 | 0.39 |
| Hex | 96 | 4A | 31 | 0 | 33 | 43 | 29 | F | 33 | 27 |
| Octal | 226 | 112 | 61 | 0 | 63 | 103 | 51 | 17 | 63 | 47 |
| Binary | 10010110 | 1001010 | 110001 | 0 | 110011 | 1000011 | 101001 | 1111 | 110011 | 100111 |
Color Harmonies of #964A31
Complementary color
Monochromatic Colors of #964A31
Black with #964A31
Text Example
Text Example
White with #964A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A31; }
p { color: rgb(150,74,49); }
H1.HeaderClassName
{
color: #964A31;
}
.AnyTagClassName
{
color: #964A31;
}
</style>
background-color css
<style>
a { background-color: #964A31; }
a { background-color: rgb(150,74,49); }
div.DivClassName
{
background-color: #964A31;
}
.BgClassName
{
background-color: #964A31;
}
</style>
border-color css
<style>
span { border-color: #964A31; }
span { border-color: rgb(150,74,49); }
td.TdClassName
{
border-color: #964A31;
}
.TagClassName
{
border-color: #964A31;
}
</style>