Shades of Tia Maria #98472B
Tints of Tia Maria #98472B
RGB
CMYK
RGB Variations
Color information
#98472B (or 0x98472B) is known color: Tia Maria. HEX triplet: 98, 47 and 2B. RGB value is (152,71,43). Sum of RGB (Red+Green+Blue) = 152+71+43=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98472B is #67B8D4. Grayscale: #5C5C5C. Windows color (decimal): -6797525 or 2836376. OLE color: 2836376.
HSL color Cylindrical-coordinate representation of color #98472B: hue angle of 15.41º degrees, saturation: 0.56, 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 #98472B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 43 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.40 |
| HSL | 15.41º | 0.56% | 0.38% | - |
| HSV(B) | 15.41º | 0.72% | 0.6% | - |
| XYZ | 15.64 | 11.36 | 3.65 | - |
| YUV | 92.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 43 | 0 | 0.53 | 0.72 | 0.40 | 15.41 | 0.56 | 0.38 |
| Hex | 98 | 47 | 2B | 0 | 35 | 48 | 28 | F | 38 | 26 |
| Octal | 230 | 107 | 53 | 0 | 65 | 110 | 50 | 17 | 70 | 46 |
| Binary | 10011000 | 1000111 | 101011 | 0 | 110101 | 1001000 | 101000 | 1111 | 111000 | 100110 |
Color Harmonies of #98472B
Complementary color
Monochromatic Colors of #98472B
Black with #98472B
Text Example
Text Example
White with #98472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98472B; }
p { color: rgb(152,71,43); }
H1.HeaderClassName
{
color: #98472B;
}
.AnyTagClassName
{
color: #98472B;
}
</style>
background-color css
<style>
a { background-color: #98472B; }
a { background-color: rgb(152,71,43); }
div.DivClassName
{
background-color: #98472B;
}
.BgClassName
{
background-color: #98472B;
}
</style>
border-color css
<style>
span { border-color: #98472B; }
span { border-color: rgb(152,71,43); }
td.TdClassName
{
border-color: #98472B;
}
.TagClassName
{
border-color: #98472B;
}
</style>