Shades of Alert Tan #964A1F
Tints of Alert Tan #964A1F
RGB
CMYK
RGB Variations
Color information
#964A1F (or 0x964A1F) is known color: Alert Tan. HEX triplet: 96, 4A and 1F. RGB value is (150,74,31). Sum of RGB (Red+Green+Blue) = 150+74+31=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A1F is #69B5E0. Grayscale: #5C5C5C. Windows color (decimal): -6927841 or 2050710. OLE color: 2050710.
HSL color Cylindrical-coordinate representation of color #964A1F: hue angle of 21.68º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #964A1F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 31 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.41 |
| HSL | 21.68º | 0.66% | 0.35% | - |
| HSV(B) | 21.68º | 0.79% | 0.59% | - |
| XYZ | 15.27 | 11.48 | 2.71 | - |
| YUV | 91.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 31 | 0 | 0.51 | 0.79 | 0.41 | 21.68 | 0.66 | 0.35 |
| Hex | 96 | 4A | 1F | 0 | 33 | 4F | 29 | 16 | 42 | 23 |
| Octal | 226 | 112 | 37 | 0 | 63 | 117 | 51 | 26 | 102 | 43 |
| Binary | 10010110 | 1001010 | 11111 | 0 | 110011 | 1001111 | 101001 | 10110 | 1000010 | 100011 |
Color Harmonies of #964A1F
Complementary color
Monochromatic Colors of #964A1F
Black with #964A1F
Text Example
Text Example
White with #964A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A1F; }
p { color: rgb(150,74,31); }
H1.HeaderClassName
{
color: #964A1F;
}
.AnyTagClassName
{
color: #964A1F;
}
</style>
background-color css
<style>
a { background-color: #964A1F; }
a { background-color: rgb(150,74,31); }
div.DivClassName
{
background-color: #964A1F;
}
.BgClassName
{
background-color: #964A1F;
}
</style>
border-color css
<style>
span { border-color: #964A1F; }
span { border-color: rgb(150,74,31); }
td.TdClassName
{
border-color: #964A1F;
}
.TagClassName
{
border-color: #964A1F;
}
</style>