Shades of Tia Maria #984024
Tints of Tia Maria #984024
RGB
CMYK
RGB Variations
Color information
#984024 (or 0x984024) is known color: Tia Maria. HEX triplet: 98, 40 and 24. RGB value is (152,64,36). Sum of RGB (Red+Green+Blue) = 152+64+36=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #984024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984024 is #67BFDB. Grayscale: #575757. Windows color (decimal): -6799324 or 2375832. OLE color: 2375832.
HSL color Cylindrical-coordinate representation of color #984024: hue angle of 14.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #984024 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 36 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.40 |
| HSL | 14.48º | 0.62% | 0.37% | - |
| HSV(B) | 14.48º | 0.76% | 0.6% | - |
| XYZ | 15.1 | 10.47 | 2.89 | - |
| YUV | 87.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 36 | 0 | 0.58 | 0.76 | 0.40 | 14.48 | 0.62 | 0.37 |
| Hex | 98 | 40 | 24 | 0 | 3A | 4C | 28 | E | 3E | 25 |
| Octal | 230 | 100 | 44 | 0 | 72 | 114 | 50 | 16 | 76 | 45 |
| Binary | 10011000 | 1000000 | 100100 | 0 | 111010 | 1001100 | 101000 | 1110 | 111110 | 100101 |
Color Harmonies of #984024
Complementary color
Monochromatic Colors of #984024
Black with #984024
Text Example
Text Example
White with #984024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984024; }
p { color: rgb(152,64,36); }
H1.HeaderClassName
{
color: #984024;
}
.AnyTagClassName
{
color: #984024;
}
</style>
background-color css
<style>
a { background-color: #984024; }
a { background-color: rgb(152,64,36); }
div.DivClassName
{
background-color: #984024;
}
.BgClassName
{
background-color: #984024;
}
</style>
border-color css
<style>
span { border-color: #984024; }
span { border-color: rgb(152,64,36); }
td.TdClassName
{
border-color: #984024;
}
.TagClassName
{
border-color: #984024;
}
</style>