Shades of Tia Maria #98472A
Tints of Tia Maria #98472A
RGB
CMYK
RGB Variations
Color information
#98472A (or 0x98472A) is known color: Tia Maria. HEX triplet: 98, 47 and 2A. RGB value is (152,71,42). Sum of RGB (Red+Green+Blue) = 152+71+42=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98472A is #67B8D5. Grayscale: #5C5C5C. Windows color (decimal): -6797526 or 2770840. OLE color: 2770840.
HSL color Cylindrical-coordinate representation of color #98472A: hue angle of 15.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98472A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 42 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.40 |
| HSL | 15.82º | 0.57% | 0.38% | - |
| HSV(B) | 15.82º | 0.72% | 0.6% | - |
| XYZ | 15.62 | 11.35 | 3.56 | - |
| YUV | 91.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 42 | 0 | 0.53 | 0.72 | 0.40 | 15.82 | 0.57 | 0.38 |
| Hex | 98 | 47 | 2A | 0 | 35 | 48 | 28 | 10 | 39 | 26 |
| Octal | 230 | 107 | 52 | 0 | 65 | 110 | 50 | 20 | 71 | 46 |
| Binary | 10011000 | 1000111 | 101010 | 0 | 110101 | 1001000 | 101000 | 10000 | 111001 | 100110 |
Color Harmonies of #98472A
Complementary color
Monochromatic Colors of #98472A
Black with #98472A
Text Example
Text Example
White with #98472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98472A; }
p { color: rgb(152,71,42); }
H1.HeaderClassName
{
color: #98472A;
}
.AnyTagClassName
{
color: #98472A;
}
</style>
background-color css
<style>
a { background-color: #98472A; }
a { background-color: rgb(152,71,42); }
div.DivClassName
{
background-color: #98472A;
}
.BgClassName
{
background-color: #98472A;
}
</style>
border-color css
<style>
span { border-color: #98472A; }
span { border-color: rgb(152,71,42); }
td.TdClassName
{
border-color: #98472A;
}
.TagClassName
{
border-color: #98472A;
}
</style>