Shades of Tia Maria #984835
Tints of Tia Maria #984835
RGB
CMYK
RGB Variations
Color information
#984835 (or 0x984835) is known color: Tia Maria. HEX triplet: 98, 48 and 35. RGB value is (152,72,53). Sum of RGB (Red+Green+Blue) = 152+72+53=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #984835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984835 is #67B7CA. Grayscale: #5D5D5D. Windows color (decimal): -6797259 or 3491992. OLE color: 3491992.
HSL color Cylindrical-coordinate representation of color #984835: hue angle of 11.52º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984835 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 53 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.40 |
| HSL | 11.52º | 0.48% | 0.4% | - |
| HSV(B) | 11.52º | 0.65% | 0.6% | - |
| XYZ | 15.91 | 11.57 | 4.76 | - |
| YUV | 93.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 53 | 0 | 0.53 | 0.65 | 0.40 | 11.52 | 0.48 | 0.4 |
| Hex | 98 | 48 | 35 | 0 | 35 | 41 | 28 | C | 30 | 28 |
| Octal | 230 | 110 | 65 | 0 | 65 | 101 | 50 | 14 | 60 | 50 |
| Binary | 10011000 | 1001000 | 110101 | 0 | 110101 | 1000001 | 101000 | 1100 | 110000 | 101000 |
Color Harmonies of #984835
Complementary color
Monochromatic Colors of #984835
Black with #984835
Text Example
Text Example
White with #984835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984835; }
p { color: rgb(152,72,53); }
H1.HeaderClassName
{
color: #984835;
}
.AnyTagClassName
{
color: #984835;
}
</style>
background-color css
<style>
a { background-color: #984835; }
a { background-color: rgb(152,72,53); }
div.DivClassName
{
background-color: #984835;
}
.BgClassName
{
background-color: #984835;
}
</style>
border-color css
<style>
span { border-color: #984835; }
span { border-color: rgb(152,72,53); }
td.TdClassName
{
border-color: #984835;
}
.TagClassName
{
border-color: #984835;
}
</style>