Shades of Alert Tan #964A2C
Tints of Alert Tan #964A2C
RGB
CMYK
RGB Variations
Color information
#964A2C (or 0x964A2C) is known color: Alert Tan. HEX triplet: 96, 4A and 2C. RGB value is (150,74,44). Sum of RGB (Red+Green+Blue) = 150+74+44=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A2C is #69B5D3. Grayscale: #5D5D5D. Windows color (decimal): -6927828 or 2902678. OLE color: 2902678.
HSL color Cylindrical-coordinate representation of color #964A2C: hue angle of 16.98º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #964A2C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 44 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.41 |
| HSL | 16.98º | 0.55% | 0.38% | - |
| HSV(B) | 16.98º | 0.71% | 0.59% | - |
| XYZ | 15.48 | 11.56 | 3.8 | - |
| YUV | 93.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 44 | 0 | 0.51 | 0.71 | 0.41 | 16.98 | 0.55 | 0.38 |
| Hex | 96 | 4A | 2C | 0 | 33 | 47 | 29 | 11 | 37 | 26 |
| Octal | 226 | 112 | 54 | 0 | 63 | 107 | 51 | 21 | 67 | 46 |
| Binary | 10010110 | 1001010 | 101100 | 0 | 110011 | 1000111 | 101001 | 10001 | 110111 | 100110 |
Color Harmonies of #964A2C
Complementary color
Monochromatic Colors of #964A2C
Black with #964A2C
Text Example
Text Example
White with #964A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A2C; }
p { color: rgb(150,74,44); }
H1.HeaderClassName
{
color: #964A2C;
}
.AnyTagClassName
{
color: #964A2C;
}
</style>
background-color css
<style>
a { background-color: #964A2C; }
a { background-color: rgb(150,74,44); }
div.DivClassName
{
background-color: #964A2C;
}
.BgClassName
{
background-color: #964A2C;
}
</style>
border-color css
<style>
span { border-color: #964A2C; }
span { border-color: rgb(150,74,44); }
td.TdClassName
{
border-color: #964A2C;
}
.TagClassName
{
border-color: #964A2C;
}
</style>