Shades of Tia Maria #914232
Tints of Tia Maria #914232
RGB
CMYK
RGB Variations
Color information
#914232 (or 0x914232) is known color: Tia Maria. HEX triplet: 91, 42 and 32. RGB value is (145,66,50). Sum of RGB (Red+Green+Blue) = 145+66+50=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #914232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914232 is #6EBDCD. Grayscale: #575757. Windows color (decimal): -7257550 or 3293841. OLE color: 3293841.
HSL color Cylindrical-coordinate representation of color #914232: hue angle of 10.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914232 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 50 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.43 |
| HSL | 10.11º | 0.49% | 0.38% | - |
| HSV(B) | 10.11º | 0.66% | 0.57% | - |
| XYZ | 14.2 | 10.15 | 4.23 | - |
| YUV | 87.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 50 | 0 | 0.54 | 0.66 | 0.43 | 10.11 | 0.49 | 0.38 |
| Hex | 91 | 42 | 32 | 0 | 36 | 42 | 2B | A | 31 | 26 |
| Octal | 221 | 102 | 62 | 0 | 66 | 102 | 53 | 12 | 61 | 46 |
| Binary | 10010001 | 1000010 | 110010 | 0 | 110110 | 1000010 | 101011 | 1010 | 110001 | 100110 |
Color Harmonies of #914232
Complementary color
Monochromatic Colors of #914232
Black with #914232
Text Example
Text Example
White with #914232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914232; }
p { color: rgb(145,66,50); }
H1.HeaderClassName
{
color: #914232;
}
.AnyTagClassName
{
color: #914232;
}
</style>
background-color css
<style>
a { background-color: #914232; }
a { background-color: rgb(145,66,50); }
div.DivClassName
{
background-color: #914232;
}
.BgClassName
{
background-color: #914232;
}
</style>
border-color css
<style>
span { border-color: #914232; }
span { border-color: rgb(145,66,50); }
td.TdClassName
{
border-color: #914232;
}
.TagClassName
{
border-color: #914232;
}
</style>