Shades of Tia Maria #973E27
Tints of Tia Maria #973E27
RGB
CMYK
RGB Variations
Color information
#973E27 (or 0x973E27) is known color: Tia Maria. HEX triplet: 97, 3E and 27. RGB value is (151,62,39). Sum of RGB (Red+Green+Blue) = 151+62+39=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #973E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E27 is #68C1D8. Grayscale: #565656. Windows color (decimal): -6865369 or 2571927. OLE color: 2571927.
HSL color Cylindrical-coordinate representation of color #973E27: hue angle of 12.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973E27 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 39 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.41 |
| HSL | 12.32º | 0.59% | 0.37% | - |
| HSV(B) | 12.32º | 0.74% | 0.59% | - |
| XYZ | 14.85 | 10.17 | 3.1 | - |
| YUV | 85.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 39 | 0 | 0.59 | 0.74 | 0.41 | 12.32 | 0.59 | 0.37 |
| Hex | 97 | 3E | 27 | 0 | 3B | 4A | 29 | C | 3B | 25 |
| Octal | 227 | 76 | 47 | 0 | 73 | 112 | 51 | 14 | 73 | 45 |
| Binary | 10010111 | 111110 | 100111 | 0 | 111011 | 1001010 | 101001 | 1100 | 111011 | 100101 |
Color Harmonies of #973E27
Complementary color
Monochromatic Colors of #973E27
Black with #973E27
Text Example
Text Example
White with #973E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E27; }
p { color: rgb(151,62,39); }
H1.HeaderClassName
{
color: #973E27;
}
.AnyTagClassName
{
color: #973E27;
}
</style>
background-color css
<style>
a { background-color: #973E27; }
a { background-color: rgb(151,62,39); }
div.DivClassName
{
background-color: #973E27;
}
.BgClassName
{
background-color: #973E27;
}
</style>
border-color css
<style>
span { border-color: #973E27; }
span { border-color: rgb(151,62,39); }
td.TdClassName
{
border-color: #973E27;
}
.TagClassName
{
border-color: #973E27;
}
</style>