Shades of Tia Maria #973C2C
Tints of Tia Maria #973C2C
RGB
CMYK
RGB Variations
Color information
#973C2C (or 0x973C2C) is known color: Tia Maria. HEX triplet: 97, 3C and 2C. RGB value is (151,60,44). Sum of RGB (Red+Green+Blue) = 151+60+44=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #973C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C2C is #68C3D3. Grayscale: #555555. Windows color (decimal): -6865876 or 2899095. OLE color: 2899095.
HSL color Cylindrical-coordinate representation of color #973C2C: hue angle of 8.97º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973C2C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 44 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.41 |
| HSL | 8.97º | 0.55% | 0.38% | - |
| HSV(B) | 8.97º | 0.71% | 0.59% | - |
| XYZ | 14.83 | 9.99 | 3.53 | - |
| YUV | 85.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 44 | 0 | 0.60 | 0.71 | 0.41 | 8.97 | 0.55 | 0.38 |
| Hex | 97 | 3C | 2C | 0 | 3C | 47 | 29 | 9 | 37 | 26 |
| Octal | 227 | 74 | 54 | 0 | 74 | 107 | 51 | 11 | 67 | 46 |
| Binary | 10010111 | 111100 | 101100 | 0 | 111100 | 1000111 | 101001 | 1001 | 110111 | 100110 |
Color Harmonies of #973C2C
Complementary color
Monochromatic Colors of #973C2C
Black with #973C2C
Text Example
Text Example
White with #973C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C2C; }
p { color: rgb(151,60,44); }
H1.HeaderClassName
{
color: #973C2C;
}
.AnyTagClassName
{
color: #973C2C;
}
</style>
background-color css
<style>
a { background-color: #973C2C; }
a { background-color: rgb(151,60,44); }
div.DivClassName
{
background-color: #973C2C;
}
.BgClassName
{
background-color: #973C2C;
}
</style>
border-color css
<style>
span { border-color: #973C2C; }
span { border-color: rgb(151,60,44); }
td.TdClassName
{
border-color: #973C2C;
}
.TagClassName
{
border-color: #973C2C;
}
</style>