Shades of Tia Maria #974933
Tints of Tia Maria #974933
RGB
CMYK
RGB Variations
Color information
#974933 (or 0x974933) is known color: Tia Maria. HEX triplet: 97, 49 and 33. RGB value is (151,73,51). Sum of RGB (Red+Green+Blue) = 151+73+51=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #974933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974933 is #68B6CC. Grayscale: #5D5D5D. Windows color (decimal): -6862541 or 3361175. OLE color: 3361175.
HSL color Cylindrical-coordinate representation of color #974933: hue angle of 13.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974933 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 73 | 51 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.41 |
| HSL | 13.2º | 0.5% | 0.4% | - |
| HSV(B) | 13.2º | 0.66% | 0.59% | - |
| XYZ | 15.74 | 11.58 | 4.54 | - |
| YUV | 93.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 51 | 0 | 0.52 | 0.66 | 0.41 | 13.2 | 0.5 | 0.4 |
| Hex | 97 | 49 | 33 | 0 | 34 | 42 | 29 | D | 32 | 28 |
| Octal | 227 | 111 | 63 | 0 | 64 | 102 | 51 | 15 | 62 | 50 |
| Binary | 10010111 | 1001001 | 110011 | 0 | 110100 | 1000010 | 101001 | 1101 | 110010 | 101000 |
Color Harmonies of #974933
Complementary color
Monochromatic Colors of #974933
Black with #974933
Text Example
Text Example
White with #974933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974933; }
p { color: rgb(151,73,51); }
H1.HeaderClassName
{
color: #974933;
}
.AnyTagClassName
{
color: #974933;
}
</style>
background-color css
<style>
a { background-color: #974933; }
a { background-color: rgb(151,73,51); }
div.DivClassName
{
background-color: #974933;
}
.BgClassName
{
background-color: #974933;
}
</style>
border-color css
<style>
span { border-color: #974933; }
span { border-color: rgb(151,73,51); }
td.TdClassName
{
border-color: #974933;
}
.TagClassName
{
border-color: #974933;
}
</style>