Shades of Tia Maria #983F2F
Tints of Tia Maria #983F2F
RGB
CMYK
RGB Variations
Color information
#983F2F (or 0x983F2F) is known color: Tia Maria. HEX triplet: 98, 3F and 2F. RGB value is (152,63,47). Sum of RGB (Red+Green+Blue) = 152+63+47=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F2F is #67C0D0. Grayscale: #575757. Windows color (decimal): -6799569 or 3096472. OLE color: 3096472.
HSL color Cylindrical-coordinate representation of color #983F2F: hue angle of 9.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983F2F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 47 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.40 |
| HSL | 9.14º | 0.53% | 0.39% | - |
| HSV(B) | 9.14º | 0.69% | 0.6% | - |
| XYZ | 15.24 | 10.44 | 3.9 | - |
| YUV | 87.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 47 | 0 | 0.59 | 0.69 | 0.40 | 9.14 | 0.53 | 0.39 |
| Hex | 98 | 3F | 2F | 0 | 3B | 45 | 28 | 9 | 35 | 27 |
| Octal | 230 | 77 | 57 | 0 | 73 | 105 | 50 | 11 | 65 | 47 |
| Binary | 10011000 | 111111 | 101111 | 0 | 111011 | 1000101 | 101000 | 1001 | 110101 | 100111 |
Color Harmonies of #983F2F
Complementary color
Monochromatic Colors of #983F2F
Black with #983F2F
Text Example
Text Example
White with #983F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F2F; }
p { color: rgb(152,63,47); }
H1.HeaderClassName
{
color: #983F2F;
}
.AnyTagClassName
{
color: #983F2F;
}
</style>
background-color css
<style>
a { background-color: #983F2F; }
a { background-color: rgb(152,63,47); }
div.DivClassName
{
background-color: #983F2F;
}
.BgClassName
{
background-color: #983F2F;
}
</style>
border-color css
<style>
span { border-color: #983F2F; }
span { border-color: rgb(152,63,47); }
td.TdClassName
{
border-color: #983F2F;
}
.TagClassName
{
border-color: #983F2F;
}
</style>