Shades of Tia Maria #974127
Tints of Tia Maria #974127
RGB
CMYK
RGB Variations
Color information
#974127 (or 0x974127) is known color: Tia Maria. HEX triplet: 97, 41 and 27. RGB value is (151,65,39). Sum of RGB (Red+Green+Blue) = 151+65+39=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #974127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974127 is #68BED8. Grayscale: #575757. Windows color (decimal): -6864601 or 2572695. OLE color: 2572695.
HSL color Cylindrical-coordinate representation of color #974127: hue angle of 13.93º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #974127 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 39 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.41 |
| HSL | 13.93º | 0.59% | 0.37% | - |
| HSV(B) | 13.93º | 0.74% | 0.59% | - |
| XYZ | 15.02 | 10.51 | 3.16 | - |
| YUV | 87.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 39 | 0 | 0.57 | 0.74 | 0.41 | 13.93 | 0.59 | 0.37 |
| Hex | 97 | 41 | 27 | 0 | 39 | 4A | 29 | E | 3B | 25 |
| Octal | 227 | 101 | 47 | 0 | 71 | 112 | 51 | 16 | 73 | 45 |
| Binary | 10010111 | 1000001 | 100111 | 0 | 111001 | 1001010 | 101001 | 1110 | 111011 | 100101 |
Color Harmonies of #974127
Complementary color
Monochromatic Colors of #974127
Black with #974127
Text Example
Text Example
White with #974127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974127; }
p { color: rgb(151,65,39); }
H1.HeaderClassName
{
color: #974127;
}
.AnyTagClassName
{
color: #974127;
}
</style>
background-color css
<style>
a { background-color: #974127; }
a { background-color: rgb(151,65,39); }
div.DivClassName
{
background-color: #974127;
}
.BgClassName
{
background-color: #974127;
}
</style>
border-color css
<style>
span { border-color: #974127; }
span { border-color: rgb(151,65,39); }
td.TdClassName
{
border-color: #974127;
}
.TagClassName
{
border-color: #974127;
}
</style>