Shades of Tia Maria #973F24
Tints of Tia Maria #973F24
RGB
CMYK
RGB Variations
Color information
#973F24 (or 0x973F24) is known color: Tia Maria. HEX triplet: 97, 3F and 24. RGB value is (151,63,36). Sum of RGB (Red+Green+Blue) = 151+63+36=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F24 is #68C0DB. Grayscale: #565656. Windows color (decimal): -6865116 or 2375575. OLE color: 2375575.
HSL color Cylindrical-coordinate representation of color #973F24: hue angle of 14.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973F24 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 36 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.41 |
| HSL | 14.09º | 0.61% | 0.37% | - |
| HSV(B) | 14.09º | 0.76% | 0.59% | - |
| XYZ | 14.86 | 10.26 | 2.87 | - |
| YUV | 86.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 36 | 0 | 0.58 | 0.76 | 0.41 | 14.09 | 0.61 | 0.37 |
| Hex | 97 | 3F | 24 | 0 | 3A | 4C | 29 | E | 3D | 25 |
| Octal | 227 | 77 | 44 | 0 | 72 | 114 | 51 | 16 | 75 | 45 |
| Binary | 10010111 | 111111 | 100100 | 0 | 111010 | 1001100 | 101001 | 1110 | 111101 | 100101 |
Color Harmonies of #973F24
Complementary color
Monochromatic Colors of #973F24
Black with #973F24
Text Example
Text Example
White with #973F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F24; }
p { color: rgb(151,63,36); }
H1.HeaderClassName
{
color: #973F24;
}
.AnyTagClassName
{
color: #973F24;
}
</style>
background-color css
<style>
a { background-color: #973F24; }
a { background-color: rgb(151,63,36); }
div.DivClassName
{
background-color: #973F24;
}
.BgClassName
{
background-color: #973F24;
}
</style>
border-color css
<style>
span { border-color: #973F24; }
span { border-color: rgb(151,63,36); }
td.TdClassName
{
border-color: #973F24;
}
.TagClassName
{
border-color: #973F24;
}
</style>