Shades of Tia Maria #973F2B
Tints of Tia Maria #973F2B
RGB
CMYK
RGB Variations
Color information
#973F2B (or 0x973F2B) is known color: Tia Maria. HEX triplet: 97, 3F and 2B. RGB value is (151,63,43). Sum of RGB (Red+Green+Blue) = 151+63+43=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F2B is #68C0D4. Grayscale: #575757. Windows color (decimal): -6865109 or 2834327. OLE color: 2834327.
HSL color Cylindrical-coordinate representation of color #973F2B: hue angle of 11.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973F2B is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 43 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.41 |
| HSL | 11.11º | 0.56% | 0.38% | - |
| HSV(B) | 11.11º | 0.72% | 0.59% | - |
| XYZ | 14.98 | 10.31 | 3.49 | - |
| YUV | 87.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 43 | 0 | 0.58 | 0.72 | 0.41 | 11.11 | 0.56 | 0.38 |
| Hex | 97 | 3F | 2B | 0 | 3A | 48 | 29 | B | 38 | 26 |
| Octal | 227 | 77 | 53 | 0 | 72 | 110 | 51 | 13 | 70 | 46 |
| Binary | 10010111 | 111111 | 101011 | 0 | 111010 | 1001000 | 101001 | 1011 | 111000 | 100110 |
Color Harmonies of #973F2B
Complementary color
Monochromatic Colors of #973F2B
Black with #973F2B
Text Example
Text Example
White with #973F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F2B; }
p { color: rgb(151,63,43); }
H1.HeaderClassName
{
color: #973F2B;
}
.AnyTagClassName
{
color: #973F2B;
}
</style>
background-color css
<style>
a { background-color: #973F2B; }
a { background-color: rgb(151,63,43); }
div.DivClassName
{
background-color: #973F2B;
}
.BgClassName
{
background-color: #973F2B;
}
</style>
border-color css
<style>
span { border-color: #973F2B; }
span { border-color: rgb(151,63,43); }
td.TdClassName
{
border-color: #973F2B;
}
.TagClassName
{
border-color: #973F2B;
}
</style>