Shades of Tia Maria #97482D
Tints of Tia Maria #97482D
RGB
CMYK
RGB Variations
Color information
#97482D (or 0x97482D) is known color: Tia Maria. HEX triplet: 97, 48 and 2D. RGB value is (151,72,45). Sum of RGB (Red+Green+Blue) = 151+72+45=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97482D is #68B7D2. Grayscale: #5C5C5C. Windows color (decimal): -6862803 or 2967703. OLE color: 2967703.
HSL color Cylindrical-coordinate representation of color #97482D: hue angle of 15.28º 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 #97482D is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 45 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.41 |
| HSL | 15.28º | 0.54% | 0.38% | - |
| HSV(B) | 15.28º | 0.7% | 0.59% | - |
| XYZ | 15.55 | 11.4 | 3.86 | - |
| YUV | 92.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 45 | 0 | 0.52 | 0.70 | 0.41 | 15.28 | 0.54 | 0.38 |
| Hex | 97 | 48 | 2D | 0 | 34 | 46 | 29 | F | 36 | 26 |
| Octal | 227 | 110 | 55 | 0 | 64 | 106 | 51 | 17 | 66 | 46 |
| Binary | 10010111 | 1001000 | 101101 | 0 | 110100 | 1000110 | 101001 | 1111 | 110110 | 100110 |
Color Harmonies of #97482D
Complementary color
Monochromatic Colors of #97482D
Black with #97482D
Text Example
Text Example
White with #97482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97482D; }
p { color: rgb(151,72,45); }
H1.HeaderClassName
{
color: #97482D;
}
.AnyTagClassName
{
color: #97482D;
}
</style>
background-color css
<style>
a { background-color: #97482D; }
a { background-color: rgb(151,72,45); }
div.DivClassName
{
background-color: #97482D;
}
.BgClassName
{
background-color: #97482D;
}
</style>
border-color css
<style>
span { border-color: #97482D; }
span { border-color: rgb(151,72,45); }
td.TdClassName
{
border-color: #97482D;
}
.TagClassName
{
border-color: #97482D;
}
</style>