Shades of Tia Maria #983E25
Tints of Tia Maria #983E25
RGB
CMYK
RGB Variations
Color information
#983E25 (or 0x983E25) is known color: Tia Maria. HEX triplet: 98, 3E and 25. RGB value is (152,62,37). Sum of RGB (Red+Green+Blue) = 152+62+37=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #983E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983E25 is #67C1DA. Grayscale: #565656. Windows color (decimal): -6799835 or 2440856. OLE color: 2440856.
HSL color Cylindrical-coordinate representation of color #983E25: hue angle of 13.04º 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 #983E25 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 37 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.40 |
| HSL | 13.04º | 0.61% | 0.37% | - |
| HSV(B) | 13.04º | 0.76% | 0.6% | - |
| XYZ | 15.01 | 10.25 | 2.94 | - |
| YUV | 86.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 37 | 0 | 0.59 | 0.76 | 0.40 | 13.04 | 0.61 | 0.37 |
| Hex | 98 | 3E | 25 | 0 | 3B | 4C | 28 | D | 3D | 25 |
| Octal | 230 | 76 | 45 | 0 | 73 | 114 | 50 | 15 | 75 | 45 |
| Binary | 10011000 | 111110 | 100101 | 0 | 111011 | 1001100 | 101000 | 1101 | 111101 | 100101 |
Color Harmonies of #983E25
Complementary color
Monochromatic Colors of #983E25
Black with #983E25
Text Example
Text Example
White with #983E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E25; }
p { color: rgb(152,62,37); }
H1.HeaderClassName
{
color: #983E25;
}
.AnyTagClassName
{
color: #983E25;
}
</style>
background-color css
<style>
a { background-color: #983E25; }
a { background-color: rgb(152,62,37); }
div.DivClassName
{
background-color: #983E25;
}
.BgClassName
{
background-color: #983E25;
}
</style>
border-color css
<style>
span { border-color: #983E25; }
span { border-color: rgb(152,62,37); }
td.TdClassName
{
border-color: #983E25;
}
.TagClassName
{
border-color: #983E25;
}
</style>