Shades of Tia Maria #97462D
Tints of Tia Maria #97462D
RGB
CMYK
RGB Variations
Color information
#97462D (or 0x97462D) is known color: Tia Maria. HEX triplet: 97, 46 and 2D. RGB value is (151,70,45). Sum of RGB (Red+Green+Blue) = 151+70+45=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97462D is #68B9D2. Grayscale: #5B5B5B. Windows color (decimal): -6863315 or 2967191. OLE color: 2967191.
HSL color Cylindrical-coordinate representation of color #97462D: hue angle of 14.15º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97462D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 45 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.41 |
| HSL | 14.15º | 0.54% | 0.38% | - |
| HSV(B) | 14.15º | 0.7% | 0.59% | - |
| XYZ | 15.43 | 11.15 | 3.82 | - |
| YUV | 91.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 45 | 0 | 0.54 | 0.70 | 0.41 | 14.15 | 0.54 | 0.38 |
| Hex | 97 | 46 | 2D | 0 | 36 | 46 | 29 | E | 36 | 26 |
| Octal | 227 | 106 | 55 | 0 | 66 | 106 | 51 | 16 | 66 | 46 |
| Binary | 10010111 | 1000110 | 101101 | 0 | 110110 | 1000110 | 101001 | 1110 | 110110 | 100110 |
Color Harmonies of #97462D
Complementary color
Monochromatic Colors of #97462D
Black with #97462D
Text Example
Text Example
White with #97462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97462D; }
p { color: rgb(151,70,45); }
H1.HeaderClassName
{
color: #97462D;
}
.AnyTagClassName
{
color: #97462D;
}
</style>
background-color css
<style>
a { background-color: #97462D; }
a { background-color: rgb(151,70,45); }
div.DivClassName
{
background-color: #97462D;
}
.BgClassName
{
background-color: #97462D;
}
</style>
border-color css
<style>
span { border-color: #97462D; }
span { border-color: rgb(151,70,45); }
td.TdClassName
{
border-color: #97462D;
}
.TagClassName
{
border-color: #97462D;
}
</style>