Shades of Tia Maria #973C2B
Tints of Tia Maria #973C2B
RGB
CMYK
RGB Variations
Color information
#973C2B (or 0x973C2B) is known color: Tia Maria. HEX triplet: 97, 3C and 2B. RGB value is (151,60,43). Sum of RGB (Red+Green+Blue) = 151+60+43=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C2B is #68C3D4. Grayscale: #555555. Windows color (decimal): -6865877 or 2833559. OLE color: 2833559.
HSL color Cylindrical-coordinate representation of color #973C2B: hue angle of 9.44º 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 #973C2B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 43 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.41 |
| HSL | 9.44º | 0.56% | 0.38% | - |
| HSV(B) | 9.44º | 0.72% | 0.59% | - |
| XYZ | 14.81 | 9.99 | 3.43 | - |
| YUV | 85.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 43 | 0 | 0.60 | 0.72 | 0.41 | 9.44 | 0.56 | 0.38 |
| Hex | 97 | 3C | 2B | 0 | 3C | 48 | 29 | 9 | 38 | 26 |
| Octal | 227 | 74 | 53 | 0 | 74 | 110 | 51 | 11 | 70 | 46 |
| Binary | 10010111 | 111100 | 101011 | 0 | 111100 | 1001000 | 101001 | 1001 | 111000 | 100110 |
Color Harmonies of #973C2B
Complementary color
Monochromatic Colors of #973C2B
Black with #973C2B
Text Example
Text Example
White with #973C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C2B; }
p { color: rgb(151,60,43); }
H1.HeaderClassName
{
color: #973C2B;
}
.AnyTagClassName
{
color: #973C2B;
}
</style>
background-color css
<style>
a { background-color: #973C2B; }
a { background-color: rgb(151,60,43); }
div.DivClassName
{
background-color: #973C2B;
}
.BgClassName
{
background-color: #973C2B;
}
</style>
border-color css
<style>
span { border-color: #973C2B; }
span { border-color: rgb(151,60,43); }
td.TdClassName
{
border-color: #973C2B;
}
.TagClassName
{
border-color: #973C2B;
}
</style>