Shades of Tia Maria #983F25
Tints of Tia Maria #983F25
RGB
CMYK
RGB Variations
Color information
#983F25 (or 0x983F25) is known color: Tia Maria. HEX triplet: 98, 3F and 25. RGB value is (152,63,37). Sum of RGB (Red+Green+Blue) = 152+63+37=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #983F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F25 is #67C0DA. Grayscale: #565656. Windows color (decimal): -6799579 or 2441112. OLE color: 2441112.
HSL color Cylindrical-coordinate representation of color #983F25: hue angle of 13.57º degrees, saturation: 0.61, 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 #983F25 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 37 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.40 |
| HSL | 13.57º | 0.61% | 0.37% | - |
| HSV(B) | 13.57º | 0.76% | 0.6% | - |
| XYZ | 15.06 | 10.36 | 2.96 | - |
| YUV | 86.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 37 | 0 | 0.59 | 0.76 | 0.40 | 13.57 | 0.61 | 0.37 |
| Hex | 98 | 3F | 25 | 0 | 3B | 4C | 28 | E | 3D | 25 |
| Octal | 230 | 77 | 45 | 0 | 73 | 114 | 50 | 16 | 75 | 45 |
| Binary | 10011000 | 111111 | 100101 | 0 | 111011 | 1001100 | 101000 | 1110 | 111101 | 100101 |
Color Harmonies of #983F25
Complementary color
Monochromatic Colors of #983F25
Black with #983F25
Text Example
Text Example
White with #983F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F25; }
p { color: rgb(152,63,37); }
H1.HeaderClassName
{
color: #983F25;
}
.AnyTagClassName
{
color: #983F25;
}
</style>
background-color css
<style>
a { background-color: #983F25; }
a { background-color: rgb(152,63,37); }
div.DivClassName
{
background-color: #983F25;
}
.BgClassName
{
background-color: #983F25;
}
</style>
border-color css
<style>
span { border-color: #983F25; }
span { border-color: rgb(152,63,37); }
td.TdClassName
{
border-color: #983F25;
}
.TagClassName
{
border-color: #983F25;
}
</style>