Shades of Tia Maria #983C2C
Tints of Tia Maria #983C2C
RGB
CMYK
RGB Variations
Color information
#983C2C (or 0x983C2C) is known color: Tia Maria. HEX triplet: 98, 3C and 2C. RGB value is (152,60,44). Sum of RGB (Red+Green+Blue) = 152+60+44=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C2C is #67C3D3. Grayscale: #555555. Windows color (decimal): -6800340 or 2899096. OLE color: 2899096.
HSL color Cylindrical-coordinate representation of color #983C2C: hue angle of 8.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983C2C is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 44 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.40 |
| HSL | 8.89º | 0.55% | 0.38% | - |
| HSV(B) | 8.89º | 0.71% | 0.6% | - |
| XYZ | 15.02 | 10.09 | 3.54 | - |
| YUV | 85.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 44 | 0 | 0.61 | 0.71 | 0.40 | 8.89 | 0.55 | 0.38 |
| Hex | 98 | 3C | 2C | 0 | 3D | 47 | 28 | 9 | 37 | 26 |
| Octal | 230 | 74 | 54 | 0 | 75 | 107 | 50 | 11 | 67 | 46 |
| Binary | 10011000 | 111100 | 101100 | 0 | 111101 | 1000111 | 101000 | 1001 | 110111 | 100110 |
Color Harmonies of #983C2C
Complementary color
Monochromatic Colors of #983C2C
Black with #983C2C
Text Example
Text Example
White with #983C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C2C; }
p { color: rgb(152,60,44); }
H1.HeaderClassName
{
color: #983C2C;
}
.AnyTagClassName
{
color: #983C2C;
}
</style>
background-color css
<style>
a { background-color: #983C2C; }
a { background-color: rgb(152,60,44); }
div.DivClassName
{
background-color: #983C2C;
}
.BgClassName
{
background-color: #983C2C;
}
</style>
border-color css
<style>
span { border-color: #983C2C; }
span { border-color: rgb(152,60,44); }
td.TdClassName
{
border-color: #983C2C;
}
.TagClassName
{
border-color: #983C2C;
}
</style>