Shades of Tia Maria #914835
Tints of Tia Maria #914835
RGB
CMYK
RGB Variations
Color information
#914835 (or 0x914835) is known color: Tia Maria. HEX triplet: 91, 48 and 35. RGB value is (145,72,53). Sum of RGB (Red+Green+Blue) = 145+72+53=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #914835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914835 is #6EB7CA. Grayscale: #5B5B5B. Windows color (decimal): -7256011 or 3491985. OLE color: 3491985.
HSL color Cylindrical-coordinate representation of color #914835: hue angle of 12.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914835 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 53 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.43 |
| HSL | 12.39º | 0.46% | 0.39% | - |
| HSV(B) | 12.39º | 0.63% | 0.57% | - |
| XYZ | 14.64 | 10.91 | 4.7 | - |
| YUV | 91.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 53 | 0 | 0.50 | 0.63 | 0.43 | 12.39 | 0.46 | 0.39 |
| Hex | 91 | 48 | 35 | 0 | 32 | 3F | 2B | C | 2E | 27 |
| Octal | 221 | 110 | 65 | 0 | 62 | 77 | 53 | 14 | 56 | 47 |
| Binary | 10010001 | 1001000 | 110101 | 0 | 110010 | 111111 | 101011 | 1100 | 101110 | 100111 |
Color Harmonies of #914835
Complementary color
Monochromatic Colors of #914835
Black with #914835
Text Example
Text Example
White with #914835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914835; }
p { color: rgb(145,72,53); }
H1.HeaderClassName
{
color: #914835;
}
.AnyTagClassName
{
color: #914835;
}
</style>
background-color css
<style>
a { background-color: #914835; }
a { background-color: rgb(145,72,53); }
div.DivClassName
{
background-color: #914835;
}
.BgClassName
{
background-color: #914835;
}
</style>
border-color css
<style>
span { border-color: #914835; }
span { border-color: rgb(145,72,53); }
td.TdClassName
{
border-color: #914835;
}
.TagClassName
{
border-color: #914835;
}
</style>