Shades of Tia Maria #96472A
Tints of Tia Maria #96472A
RGB
CMYK
RGB Variations
Color information
#96472A (or 0x96472A) is known color: Tia Maria. HEX triplet: 96, 47 and 2A. RGB value is (150,71,42). Sum of RGB (Red+Green+Blue) = 150+71+42=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96472A is #69B8D5. Grayscale: #5B5B5B. Windows color (decimal): -6928598 or 2770838. OLE color: 2770838.
HSL color Cylindrical-coordinate representation of color #96472A: hue angle of 16.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96472A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 42 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.41 |
| HSL | 16.11º | 0.56% | 0.38% | - |
| HSV(B) | 16.11º | 0.72% | 0.59% | - |
| XYZ | 15.25 | 11.16 | 3.54 | - |
| YUV | 91.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 42 | 0 | 0.53 | 0.72 | 0.41 | 16.11 | 0.56 | 0.38 |
| Hex | 96 | 47 | 2A | 0 | 35 | 48 | 29 | 10 | 38 | 26 |
| Octal | 226 | 107 | 52 | 0 | 65 | 110 | 51 | 20 | 70 | 46 |
| Binary | 10010110 | 1000111 | 101010 | 0 | 110101 | 1001000 | 101001 | 10000 | 111000 | 100110 |
Color Harmonies of #96472A
Complementary color
Monochromatic Colors of #96472A
Black with #96472A
Text Example
Text Example
White with #96472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96472A; }
p { color: rgb(150,71,42); }
H1.HeaderClassName
{
color: #96472A;
}
.AnyTagClassName
{
color: #96472A;
}
</style>
background-color css
<style>
a { background-color: #96472A; }
a { background-color: rgb(150,71,42); }
div.DivClassName
{
background-color: #96472A;
}
.BgClassName
{
background-color: #96472A;
}
</style>
border-color css
<style>
span { border-color: #96472A; }
span { border-color: rgb(150,71,42); }
td.TdClassName
{
border-color: #96472A;
}
.TagClassName
{
border-color: #96472A;
}
</style>