Shades of Alert Tan #984B32
Tints of Alert Tan #984B32
RGB
CMYK
RGB Variations
Color information
#984B32 (or 0x984B32) is known color: Alert Tan. HEX triplet: 98, 4B and 32. RGB value is (152,75,50). Sum of RGB (Red+Green+Blue) = 152+75+50=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #984B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B32 is #67B4CD. Grayscale: #5F5F5F. Windows color (decimal): -6796494 or 3296152. OLE color: 3296152.
HSL color Cylindrical-coordinate representation of color #984B32: hue angle of 14.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984B32 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 50 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.40 |
| HSL | 14.71º | 0.5% | 0.4% | - |
| HSV(B) | 14.71º | 0.67% | 0.6% | - |
| XYZ | 16.04 | 11.94 | 4.48 | - |
| YUV | 95.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 50 | 0 | 0.51 | 0.67 | 0.40 | 14.71 | 0.5 | 0.4 |
| Hex | 98 | 4B | 32 | 0 | 33 | 43 | 28 | F | 32 | 28 |
| Octal | 230 | 113 | 62 | 0 | 63 | 103 | 50 | 17 | 62 | 50 |
| Binary | 10011000 | 1001011 | 110010 | 0 | 110011 | 1000011 | 101000 | 1111 | 110010 | 101000 |
Color Harmonies of #984B32
Complementary color
Monochromatic Colors of #984B32
Black with #984B32
Text Example
Text Example
White with #984B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B32; }
p { color: rgb(152,75,50); }
H1.HeaderClassName
{
color: #984B32;
}
.AnyTagClassName
{
color: #984B32;
}
</style>
background-color css
<style>
a { background-color: #984B32; }
a { background-color: rgb(152,75,50); }
div.DivClassName
{
background-color: #984B32;
}
.BgClassName
{
background-color: #984B32;
}
</style>
border-color css
<style>
span { border-color: #984B32; }
span { border-color: rgb(152,75,50); }
td.TdClassName
{
border-color: #984B32;
}
.TagClassName
{
border-color: #984B32;
}
</style>