Shades of Tia Maria #984732
Tints of Tia Maria #984732
RGB
CMYK
RGB Variations
Color information
#984732 (or 0x984732) is known color: Tia Maria. HEX triplet: 98, 47 and 32. RGB value is (152,71,50). Sum of RGB (Red+Green+Blue) = 152+71+50=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #984732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984732 is #67B8CD. Grayscale: #5C5C5C. Windows color (decimal): -6797518 or 3295128. OLE color: 3295128.
HSL color Cylindrical-coordinate representation of color #984732: hue angle of 12.35º 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 #984732 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 50 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.40 |
| HSL | 12.35º | 0.5% | 0.4% | - |
| HSV(B) | 12.35º | 0.67% | 0.6% | - |
| XYZ | 15.78 | 11.41 | 4.39 | - |
| YUV | 92.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 50 | 0 | 0.53 | 0.67 | 0.40 | 12.35 | 0.5 | 0.4 |
| Hex | 98 | 47 | 32 | 0 | 35 | 43 | 28 | C | 32 | 28 |
| Octal | 230 | 107 | 62 | 0 | 65 | 103 | 50 | 14 | 62 | 50 |
| Binary | 10011000 | 1000111 | 110010 | 0 | 110101 | 1000011 | 101000 | 1100 | 110010 | 101000 |
Color Harmonies of #984732
Complementary color
Monochromatic Colors of #984732
Black with #984732
Text Example
Text Example
White with #984732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984732; }
p { color: rgb(152,71,50); }
H1.HeaderClassName
{
color: #984732;
}
.AnyTagClassName
{
color: #984732;
}
</style>
background-color css
<style>
a { background-color: #984732; }
a { background-color: rgb(152,71,50); }
div.DivClassName
{
background-color: #984732;
}
.BgClassName
{
background-color: #984732;
}
</style>
border-color css
<style>
span { border-color: #984732; }
span { border-color: rgb(152,71,50); }
td.TdClassName
{
border-color: #984732;
}
.TagClassName
{
border-color: #984732;
}
</style>