Shades of Tia Maria #974833
Tints of Tia Maria #974833
RGB
CMYK
RGB Variations
Color information
#974833 (or 0x974833) is known color: Tia Maria. HEX triplet: 97, 48 and 33. RGB value is (151,72,51). Sum of RGB (Red+Green+Blue) = 151+72+51=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #974833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974833 is #68B7CC. Grayscale: #5D5D5D. Windows color (decimal): -6862797 or 3360919. OLE color: 3360919.
HSL color Cylindrical-coordinate representation of color #974833: hue angle of 12.6º 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 #974833 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 51 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.41 |
| HSL | 12.6º | 0.5% | 0.4% | - |
| HSV(B) | 12.6º | 0.66% | 0.59% | - |
| XYZ | 15.68 | 11.45 | 4.52 | - |
| YUV | 93.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 51 | 0 | 0.52 | 0.66 | 0.41 | 12.6 | 0.5 | 0.4 |
| Hex | 97 | 48 | 33 | 0 | 34 | 42 | 29 | D | 32 | 28 |
| Octal | 227 | 110 | 63 | 0 | 64 | 102 | 51 | 15 | 62 | 50 |
| Binary | 10010111 | 1001000 | 110011 | 0 | 110100 | 1000010 | 101001 | 1101 | 110010 | 101000 |
Color Harmonies of #974833
Complementary color
Monochromatic Colors of #974833
Black with #974833
Text Example
Text Example
White with #974833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974833; }
p { color: rgb(151,72,51); }
H1.HeaderClassName
{
color: #974833;
}
.AnyTagClassName
{
color: #974833;
}
</style>
background-color css
<style>
a { background-color: #974833; }
a { background-color: rgb(151,72,51); }
div.DivClassName
{
background-color: #974833;
}
.BgClassName
{
background-color: #974833;
}
</style>
border-color css
<style>
span { border-color: #974833; }
span { border-color: rgb(151,72,51); }
td.TdClassName
{
border-color: #974833;
}
.TagClassName
{
border-color: #974833;
}
</style>