Shades of Alert Tan #964B28
Tints of Alert Tan #964B28
RGB
CMYK
RGB Variations
Color information
#964B28 (or 0x964B28) is known color: Alert Tan. HEX triplet: 96, 4B and 28. RGB value is (150,75,40). Sum of RGB (Red+Green+Blue) = 150+75+40=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #964B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B28 is #69B4D7. Grayscale: #5D5D5D. Windows color (decimal): -6927576 or 2640790. OLE color: 2640790.
HSL color Cylindrical-coordinate representation of color #964B28: hue angle of 19.09º degrees, saturation: 0.58, 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 #964B28 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 40 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.41 |
| HSL | 19.09º | 0.58% | 0.37% | - |
| HSV(B) | 19.09º | 0.73% | 0.59% | - |
| XYZ | 15.48 | 11.67 | 3.44 | - |
| YUV | 93.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 40 | 0 | 0.5 | 0.73 | 0.41 | 19.09 | 0.58 | 0.37 |
| Hex | 96 | 4B | 28 | 0 | 32 | 49 | 29 | 13 | 3A | 25 |
| Octal | 226 | 113 | 50 | 0 | 62 | 111 | 51 | 23 | 72 | 45 |
| Binary | 10010110 | 1001011 | 101000 | 0 | 110010 | 1001001 | 101001 | 10011 | 111010 | 100101 |
Color Harmonies of #964B28
Complementary color
Monochromatic Colors of #964B28
Black with #964B28
Text Example
Text Example
White with #964B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B28; }
p { color: rgb(150,75,40); }
H1.HeaderClassName
{
color: #964B28;
}
.AnyTagClassName
{
color: #964B28;
}
</style>
background-color css
<style>
a { background-color: #964B28; }
a { background-color: rgb(150,75,40); }
div.DivClassName
{
background-color: #964B28;
}
.BgClassName
{
background-color: #964B28;
}
</style>
border-color css
<style>
span { border-color: #964B28; }
span { border-color: rgb(150,75,40); }
td.TdClassName
{
border-color: #964B28;
}
.TagClassName
{
border-color: #964B28;
}
</style>