Shades of Tia Maria #98442F
Tints of Tia Maria #98442F
RGB
CMYK
RGB Variations
Color information
#98442F (or 0x98442F) is known color: Tia Maria. HEX triplet: 98, 44 and 2F. RGB value is (152,68,47). Sum of RGB (Red+Green+Blue) = 152+68+47=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98442F is #67BBD0. Grayscale: #5A5A5A. Windows color (decimal): -6798289 or 3097752. OLE color: 3097752.
HSL color Cylindrical-coordinate representation of color #98442F: hue angle of 12º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98442F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 47 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.40 |
| HSL | 12º | 0.53% | 0.39% | - |
| HSV(B) | 12º | 0.69% | 0.6% | - |
| XYZ | 15.53 | 11.01 | 4 | - |
| YUV | 90.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 47 | 0 | 0.55 | 0.69 | 0.40 | 12 | 0.53 | 0.39 |
| Hex | 98 | 44 | 2F | 0 | 37 | 45 | 28 | C | 35 | 27 |
| Octal | 230 | 104 | 57 | 0 | 67 | 105 | 50 | 14 | 65 | 47 |
| Binary | 10011000 | 1000100 | 101111 | 0 | 110111 | 1000101 | 101000 | 1100 | 110101 | 100111 |
Color Harmonies of #98442F
Complementary color
Monochromatic Colors of #98442F
Black with #98442F
Text Example
Text Example
White with #98442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98442F; }
p { color: rgb(152,68,47); }
H1.HeaderClassName
{
color: #98442F;
}
.AnyTagClassName
{
color: #98442F;
}
</style>
background-color css
<style>
a { background-color: #98442F; }
a { background-color: rgb(152,68,47); }
div.DivClassName
{
background-color: #98442F;
}
.BgClassName
{
background-color: #98442F;
}
</style>
border-color css
<style>
span { border-color: #98442F; }
span { border-color: rgb(152,68,47); }
td.TdClassName
{
border-color: #98442F;
}
.TagClassName
{
border-color: #98442F;
}
</style>