Shades of Tia Maria #983E24
Tints of Tia Maria #983E24
RGB
CMYK
RGB Variations
Color information
#983E24 (or 0x983E24) is known color: Tia Maria. HEX triplet: 98, 3E and 24. RGB value is (152,62,36). Sum of RGB (Red+Green+Blue) = 152+62+36=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #983E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E24 is #67C1DB. Grayscale: #565656. Windows color (decimal): -6799836 or 2375320. OLE color: 2375320.
HSL color Cylindrical-coordinate representation of color #983E24: hue angle of 13.45º 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 #983E24 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 36 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.40 |
| HSL | 13.45º | 0.62% | 0.37% | - |
| HSV(B) | 13.45º | 0.76% | 0.6% | - |
| XYZ | 14.99 | 10.25 | 2.86 | - |
| YUV | 85.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 36 | 0 | 0.59 | 0.76 | 0.40 | 13.45 | 0.62 | 0.37 |
| Hex | 98 | 3E | 24 | 0 | 3B | 4C | 28 | D | 3E | 25 |
| Octal | 230 | 76 | 44 | 0 | 73 | 114 | 50 | 15 | 76 | 45 |
| Binary | 10011000 | 111110 | 100100 | 0 | 111011 | 1001100 | 101000 | 1101 | 111110 | 100101 |
Color Harmonies of #983E24
Complementary color
Monochromatic Colors of #983E24
Black with #983E24
Text Example
Text Example
White with #983E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E24; }
p { color: rgb(152,62,36); }
H1.HeaderClassName
{
color: #983E24;
}
.AnyTagClassName
{
color: #983E24;
}
</style>
background-color css
<style>
a { background-color: #983E24; }
a { background-color: rgb(152,62,36); }
div.DivClassName
{
background-color: #983E24;
}
.BgClassName
{
background-color: #983E24;
}
</style>
border-color css
<style>
span { border-color: #983E24; }
span { border-color: rgb(152,62,36); }
td.TdClassName
{
border-color: #983E24;
}
.TagClassName
{
border-color: #983E24;
}
</style>