Shades of Tia Maria #974132
Tints of Tia Maria #974132
RGB
CMYK
RGB Variations
Color information
#974132 (or 0x974132) is known color: Tia Maria. HEX triplet: 97, 41 and 32. RGB value is (151,65,50). Sum of RGB (Red+Green+Blue) = 151+65+50=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #974132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974132 is #68BECD. Grayscale: #595959. Windows color (decimal): -6864590 or 3293591. OLE color: 3293591.
HSL color Cylindrical-coordinate representation of color #974132: hue angle of 8.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974132 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 50 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.41 |
| HSL | 8.91º | 0.5% | 0.39% | - |
| HSV(B) | 8.91º | 0.67% | 0.59% | - |
| XYZ | 15.23 | 10.59 | 4.26 | - |
| YUV | 89 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 50 | 0 | 0.57 | 0.67 | 0.41 | 8.91 | 0.5 | 0.39 |
| Hex | 97 | 41 | 32 | 0 | 39 | 43 | 29 | 9 | 32 | 27 |
| Octal | 227 | 101 | 62 | 0 | 71 | 103 | 51 | 11 | 62 | 47 |
| Binary | 10010111 | 1000001 | 110010 | 0 | 111001 | 1000011 | 101001 | 1001 | 110010 | 100111 |
Color Harmonies of #974132
Complementary color
Monochromatic Colors of #974132
Black with #974132
Text Example
Text Example
White with #974132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974132; }
p { color: rgb(151,65,50); }
H1.HeaderClassName
{
color: #974132;
}
.AnyTagClassName
{
color: #974132;
}
</style>
background-color css
<style>
a { background-color: #974132; }
a { background-color: rgb(151,65,50); }
div.DivClassName
{
background-color: #974132;
}
.BgClassName
{
background-color: #974132;
}
</style>
border-color css
<style>
span { border-color: #974132; }
span { border-color: rgb(151,65,50); }
td.TdClassName
{
border-color: #974132;
}
.TagClassName
{
border-color: #974132;
}
</style>