Shades of Tia Maria #98402D
Tints of Tia Maria #98402D
RGB
CMYK
RGB Variations
Color information
#98402D (or 0x98402D) is known color: Tia Maria. HEX triplet: 98, 40 and 2D. RGB value is (152,64,45). Sum of RGB (Red+Green+Blue) = 152+64+45=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98402D is #67BFD2. Grayscale: #585858. Windows color (decimal): -6799315 or 2965656. OLE color: 2965656.
HSL color Cylindrical-coordinate representation of color #98402D: hue angle of 10.65º 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 #98402D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 45 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.40 |
| HSL | 10.65º | 0.54% | 0.39% | - |
| HSV(B) | 10.65º | 0.7% | 0.6% | - |
| XYZ | 15.26 | 10.53 | 3.71 | - |
| YUV | 88.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 45 | 0 | 0.58 | 0.70 | 0.40 | 10.65 | 0.54 | 0.39 |
| Hex | 98 | 40 | 2D | 0 | 3A | 46 | 28 | B | 36 | 27 |
| Octal | 230 | 100 | 55 | 0 | 72 | 106 | 50 | 13 | 66 | 47 |
| Binary | 10011000 | 1000000 | 101101 | 0 | 111010 | 1000110 | 101000 | 1011 | 110110 | 100111 |
Color Harmonies of #98402D
Complementary color
Monochromatic Colors of #98402D
Black with #98402D
Text Example
Text Example
White with #98402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98402D; }
p { color: rgb(152,64,45); }
H1.HeaderClassName
{
color: #98402D;
}
.AnyTagClassName
{
color: #98402D;
}
</style>
background-color css
<style>
a { background-color: #98402D; }
a { background-color: rgb(152,64,45); }
div.DivClassName
{
background-color: #98402D;
}
.BgClassName
{
background-color: #98402D;
}
</style>
border-color css
<style>
span { border-color: #98402D; }
span { border-color: rgb(152,64,45); }
td.TdClassName
{
border-color: #98402D;
}
.TagClassName
{
border-color: #98402D;
}
</style>