Shades of Tia Maria #984220
Tints of Tia Maria #984220
RGB
CMYK
RGB Variations
Color information
#984220 (or 0x984220) is known color: Tia Maria. HEX triplet: 98, 42 and 20. RGB value is (152,66,32). Sum of RGB (Red+Green+Blue) = 152+66+32=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #984220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984220 is #67BDDF. Grayscale: #585858. Windows color (decimal): -6798816 or 2114200. OLE color: 2114200.
HSL color Cylindrical-coordinate representation of color #984220: hue angle of 17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #984220 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 32 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.40 |
| HSL | 17º | 0.65% | 0.36% | - |
| HSV(B) | 17º | 0.79% | 0.6% | - |
| XYZ | 15.16 | 10.68 | 2.63 | - |
| YUV | 87.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 32 | 0 | 0.57 | 0.79 | 0.40 | 17 | 0.65 | 0.36 |
| Hex | 98 | 42 | 20 | 0 | 39 | 4F | 28 | 11 | 41 | 24 |
| Octal | 230 | 102 | 40 | 0 | 71 | 117 | 50 | 21 | 101 | 44 |
| Binary | 10011000 | 1000010 | 100000 | 0 | 111001 | 1001111 | 101000 | 10001 | 1000001 | 100100 |
Color Harmonies of #984220
Complementary color
Monochromatic Colors of #984220
Black with #984220
Text Example
Text Example
White with #984220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984220; }
p { color: rgb(152,66,32); }
H1.HeaderClassName
{
color: #984220;
}
.AnyTagClassName
{
color: #984220;
}
</style>
background-color css
<style>
a { background-color: #984220; }
a { background-color: rgb(152,66,32); }
div.DivClassName
{
background-color: #984220;
}
.BgClassName
{
background-color: #984220;
}
</style>
border-color css
<style>
span { border-color: #984220; }
span { border-color: rgb(152,66,32); }
td.TdClassName
{
border-color: #984220;
}
.TagClassName
{
border-color: #984220;
}
</style>