Shades of Tia Maria #98412B
Tints of Tia Maria #98412B
RGB
CMYK
RGB Variations
Color information
#98412B (or 0x98412B) is known color: Tia Maria. HEX triplet: 98, 41 and 2B. RGB value is (152,65,43). Sum of RGB (Red+Green+Blue) = 152+65+43=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98412B is #67BED4. Grayscale: #585858. Windows color (decimal): -6799061 or 2834840. OLE color: 2834840.
HSL color Cylindrical-coordinate representation of color #98412B: hue angle of 12.11º 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 #98412B is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 43 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.40 |
| HSL | 12.11º | 0.56% | 0.38% | - |
| HSV(B) | 12.11º | 0.72% | 0.6% | - |
| XYZ | 15.28 | 10.63 | 3.53 | - |
| YUV | 88.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 43 | 0 | 0.57 | 0.72 | 0.40 | 12.11 | 0.56 | 0.38 |
| Hex | 98 | 41 | 2B | 0 | 39 | 48 | 28 | C | 38 | 26 |
| Octal | 230 | 101 | 53 | 0 | 71 | 110 | 50 | 14 | 70 | 46 |
| Binary | 10011000 | 1000001 | 101011 | 0 | 111001 | 1001000 | 101000 | 1100 | 111000 | 100110 |
Color Harmonies of #98412B
Complementary color
Monochromatic Colors of #98412B
Black with #98412B
Text Example
Text Example
White with #98412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98412B; }
p { color: rgb(152,65,43); }
H1.HeaderClassName
{
color: #98412B;
}
.AnyTagClassName
{
color: #98412B;
}
</style>
background-color css
<style>
a { background-color: #98412B; }
a { background-color: rgb(152,65,43); }
div.DivClassName
{
background-color: #98412B;
}
.BgClassName
{
background-color: #98412B;
}
</style>
border-color css
<style>
span { border-color: #98412B; }
span { border-color: rgb(152,65,43); }
td.TdClassName
{
border-color: #98412B;
}
.TagClassName
{
border-color: #98412B;
}
</style>