Shades of Tia Maria #98452D
Tints of Tia Maria #98452D
RGB
CMYK
RGB Variations
Color information
#98452D (or 0x98452D) is known color: Tia Maria. HEX triplet: 98, 45 and 2D. RGB value is (152,69,45). Sum of RGB (Red+Green+Blue) = 152+69+45=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98452D is #67BAD2. Grayscale: #5B5B5B. Windows color (decimal): -6798035 or 2966936. OLE color: 2966936.
HSL color Cylindrical-coordinate representation of color #98452D: hue angle of 13.46º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98452D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 45 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.40 |
| HSL | 13.46º | 0.54% | 0.39% | - |
| HSV(B) | 13.46º | 0.7% | 0.6% | - |
| XYZ | 15.55 | 11.12 | 3.81 | - |
| YUV | 91.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 45 | 0 | 0.55 | 0.70 | 0.40 | 13.46 | 0.54 | 0.39 |
| Hex | 98 | 45 | 2D | 0 | 37 | 46 | 28 | D | 36 | 27 |
| Octal | 230 | 105 | 55 | 0 | 67 | 106 | 50 | 15 | 66 | 47 |
| Binary | 10011000 | 1000101 | 101101 | 0 | 110111 | 1000110 | 101000 | 1101 | 110110 | 100111 |
Color Harmonies of #98452D
Complementary color
Monochromatic Colors of #98452D
Black with #98452D
Text Example
Text Example
White with #98452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98452D; }
p { color: rgb(152,69,45); }
H1.HeaderClassName
{
color: #98452D;
}
.AnyTagClassName
{
color: #98452D;
}
</style>
background-color css
<style>
a { background-color: #98452D; }
a { background-color: rgb(152,69,45); }
div.DivClassName
{
background-color: #98452D;
}
.BgClassName
{
background-color: #98452D;
}
</style>
border-color css
<style>
span { border-color: #98452D; }
span { border-color: rgb(152,69,45); }
td.TdClassName
{
border-color: #98452D;
}
.TagClassName
{
border-color: #98452D;
}
</style>