Shades of Alert Tan #96482C
Tints of Alert Tan #96482C
RGB
CMYK
RGB Variations
Color information
#96482C (or 0x96482C) is known color: Alert Tan. HEX triplet: 96, 48 and 2C. RGB value is (150,72,44). Sum of RGB (Red+Green+Blue) = 150+72+44=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96482C is #69B7D3. Grayscale: #5C5C5C. Windows color (decimal): -6928340 or 2902166. OLE color: 2902166.
HSL color Cylindrical-coordinate representation of color #96482C: hue angle of 15.85º 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 #96482C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 44 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.41 |
| HSL | 15.85º | 0.55% | 0.38% | - |
| HSV(B) | 15.85º | 0.71% | 0.59% | - |
| XYZ | 15.35 | 11.3 | 3.76 | - |
| YUV | 92.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 44 | 0 | 0.52 | 0.71 | 0.41 | 15.85 | 0.55 | 0.38 |
| Hex | 96 | 48 | 2C | 0 | 34 | 47 | 29 | 10 | 37 | 26 |
| Octal | 226 | 110 | 54 | 0 | 64 | 107 | 51 | 20 | 67 | 46 |
| Binary | 10010110 | 1001000 | 101100 | 0 | 110100 | 1000111 | 101001 | 10000 | 110111 | 100110 |
Color Harmonies of #96482C
Complementary color
Monochromatic Colors of #96482C
Black with #96482C
Text Example
Text Example
White with #96482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96482C; }
p { color: rgb(150,72,44); }
H1.HeaderClassName
{
color: #96482C;
}
.AnyTagClassName
{
color: #96482C;
}
</style>
background-color css
<style>
a { background-color: #96482C; }
a { background-color: rgb(150,72,44); }
div.DivClassName
{
background-color: #96482C;
}
.BgClassName
{
background-color: #96482C;
}
</style>
border-color css
<style>
span { border-color: #96482C; }
span { border-color: rgb(150,72,44); }
td.TdClassName
{
border-color: #96482C;
}
.TagClassName
{
border-color: #96482C;
}
</style>