Shades of Tia Maria #983B24
Tints of Tia Maria #983B24
RGB
CMYK
RGB Variations
Color information
#983B24 (or 0x983B24) is known color: Tia Maria. HEX triplet: 98, 3B and 24. RGB value is (152,59,36). Sum of RGB (Red+Green+Blue) = 152+59+36=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #983B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B24 is #67C4DB. Grayscale: #545454. Windows color (decimal): -6800604 or 2374552. OLE color: 2374552.
HSL color Cylindrical-coordinate representation of color #983B24: hue angle of 11.9º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983B24 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 36 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.40 |
| HSL | 11.9º | 0.62% | 0.37% | - |
| HSV(B) | 11.9º | 0.76% | 0.6% | - |
| XYZ | 14.83 | 9.93 | 2.8 | - |
| YUV | 84.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 36 | 0 | 0.61 | 0.76 | 0.40 | 11.9 | 0.62 | 0.37 |
| Hex | 98 | 3B | 24 | 0 | 3D | 4C | 28 | C | 3E | 25 |
| Octal | 230 | 73 | 44 | 0 | 75 | 114 | 50 | 14 | 76 | 45 |
| Binary | 10011000 | 111011 | 100100 | 0 | 111101 | 1001100 | 101000 | 1100 | 111110 | 100101 |
Color Harmonies of #983B24
Complementary color
Monochromatic Colors of #983B24
Black with #983B24
Text Example
Text Example
White with #983B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B24; }
p { color: rgb(152,59,36); }
H1.HeaderClassName
{
color: #983B24;
}
.AnyTagClassName
{
color: #983B24;
}
</style>
background-color css
<style>
a { background-color: #983B24; }
a { background-color: rgb(152,59,36); }
div.DivClassName
{
background-color: #983B24;
}
.BgClassName
{
background-color: #983B24;
}
</style>
border-color css
<style>
span { border-color: #983B24; }
span { border-color: rgb(152,59,36); }
td.TdClassName
{
border-color: #983B24;
}
.TagClassName
{
border-color: #983B24;
}
</style>