Shades of Alert Tan #964B29
Tints of Alert Tan #964B29
RGB
CMYK
RGB Variations
Color information
#964B29 (or 0x964B29) is known color: Alert Tan. HEX triplet: 96, 4B and 29. RGB value is (150,75,41). Sum of RGB (Red+Green+Blue) = 150+75+41=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #964B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B29 is #69B4D6. Grayscale: #5D5D5D. Windows color (decimal): -6927575 or 2706326. OLE color: 2706326.
HSL color Cylindrical-coordinate representation of color #964B29: hue angle of 18.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964B29 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 41 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.41 |
| HSL | 18.72º | 0.57% | 0.37% | - |
| HSV(B) | 18.72º | 0.73% | 0.59% | - |
| XYZ | 15.49 | 11.68 | 3.53 | - |
| YUV | 93.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 41 | 0 | 0.5 | 0.73 | 0.41 | 18.72 | 0.57 | 0.37 |
| Hex | 96 | 4B | 29 | 0 | 32 | 49 | 29 | 13 | 39 | 25 |
| Octal | 226 | 113 | 51 | 0 | 62 | 111 | 51 | 23 | 71 | 45 |
| Binary | 10010110 | 1001011 | 101001 | 0 | 110010 | 1001001 | 101001 | 10011 | 111001 | 100101 |
Color Harmonies of #964B29
Complementary color
Monochromatic Colors of #964B29
Black with #964B29
Text Example
Text Example
White with #964B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B29; }
p { color: rgb(150,75,41); }
H1.HeaderClassName
{
color: #964B29;
}
.AnyTagClassName
{
color: #964B29;
}
</style>
background-color css
<style>
a { background-color: #964B29; }
a { background-color: rgb(150,75,41); }
div.DivClassName
{
background-color: #964B29;
}
.BgClassName
{
background-color: #964B29;
}
</style>
border-color css
<style>
span { border-color: #964B29; }
span { border-color: rgb(150,75,41); }
td.TdClassName
{
border-color: #964B29;
}
.TagClassName
{
border-color: #964B29;
}
</style>