Shades of Tia Maria #984430
Tints of Tia Maria #984430
RGB
CMYK
RGB Variations
Color information
#984430 (or 0x984430) is known color: Tia Maria. HEX triplet: 98, 44 and 30. RGB value is (152,68,48). Sum of RGB (Red+Green+Blue) = 152+68+48=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #984430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984430 is #67BBCF. Grayscale: #5B5B5B. Windows color (decimal): -6798288 or 3163288. OLE color: 3163288.
HSL color Cylindrical-coordinate representation of color #984430: hue angle of 11.54º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984430 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 48 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.40 |
| HSL | 11.54º | 0.52% | 0.39% | - |
| HSV(B) | 11.54º | 0.68% | 0.6% | - |
| XYZ | 15.55 | 11.02 | 4.1 | - |
| YUV | 90.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 48 | 0 | 0.55 | 0.68 | 0.40 | 11.54 | 0.52 | 0.39 |
| Hex | 98 | 44 | 30 | 0 | 37 | 44 | 28 | C | 34 | 27 |
| Octal | 230 | 104 | 60 | 0 | 67 | 104 | 50 | 14 | 64 | 47 |
| Binary | 10011000 | 1000100 | 110000 | 0 | 110111 | 1000100 | 101000 | 1100 | 110100 | 100111 |
Color Harmonies of #984430
Complementary color
Monochromatic Colors of #984430
Black with #984430
Text Example
Text Example
White with #984430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984430; }
p { color: rgb(152,68,48); }
H1.HeaderClassName
{
color: #984430;
}
.AnyTagClassName
{
color: #984430;
}
</style>
background-color css
<style>
a { background-color: #984430; }
a { background-color: rgb(152,68,48); }
div.DivClassName
{
background-color: #984430;
}
.BgClassName
{
background-color: #984430;
}
</style>
border-color css
<style>
span { border-color: #984430; }
span { border-color: rgb(152,68,48); }
td.TdClassName
{
border-color: #984430;
}
.TagClassName
{
border-color: #984430;
}
</style>