Shades of Tia Maria #973D2D
Tints of Tia Maria #973D2D
RGB
CMYK
RGB Variations
Color information
#973D2D (or 0x973D2D) is known color: Tia Maria. HEX triplet: 97, 3D and 2D. RGB value is (151,61,45). Sum of RGB (Red+Green+Blue) = 151+61+45=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D2D is #68C2D2. Grayscale: #565656. Windows color (decimal): -6865619 or 2964887. OLE color: 2964887.
HSL color Cylindrical-coordinate representation of color #973D2D: hue angle of 9.06º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973D2D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 45 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.41 |
| HSL | 9.06º | 0.54% | 0.38% | - |
| HSV(B) | 9.06º | 0.7% | 0.59% | - |
| XYZ | 14.9 | 10.11 | 3.65 | - |
| YUV | 86.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 45 | 0 | 0.60 | 0.70 | 0.41 | 9.06 | 0.54 | 0.38 |
| Hex | 97 | 3D | 2D | 0 | 3C | 46 | 29 | 9 | 36 | 26 |
| Octal | 227 | 75 | 55 | 0 | 74 | 106 | 51 | 11 | 66 | 46 |
| Binary | 10010111 | 111101 | 101101 | 0 | 111100 | 1000110 | 101001 | 1001 | 110110 | 100110 |
Color Harmonies of #973D2D
Complementary color
Monochromatic Colors of #973D2D
Black with #973D2D
Text Example
Text Example
White with #973D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D2D; }
p { color: rgb(151,61,45); }
H1.HeaderClassName
{
color: #973D2D;
}
.AnyTagClassName
{
color: #973D2D;
}
</style>
background-color css
<style>
a { background-color: #973D2D; }
a { background-color: rgb(151,61,45); }
div.DivClassName
{
background-color: #973D2D;
}
.BgClassName
{
background-color: #973D2D;
}
</style>
border-color css
<style>
span { border-color: #973D2D; }
span { border-color: rgb(151,61,45); }
td.TdClassName
{
border-color: #973D2D;
}
.TagClassName
{
border-color: #973D2D;
}
</style>