Shades of Tia Maria #904832
Tints of Tia Maria #904832
RGB
CMYK
RGB Variations
Color information
#904832 (or 0x904832) is known color: Tia Maria. HEX triplet: 90, 48 and 32. RGB value is (144,72,50). Sum of RGB (Red+Green+Blue) = 144+72+50=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #904832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904832 is #6FB7CD. Grayscale: #5B5B5B. Windows color (decimal): -7321550 or 3295376. OLE color: 3295376.
HSL color Cylindrical-coordinate representation of color #904832: hue angle of 14.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904832 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 50 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.44 |
| HSL | 14.04º | 0.48% | 0.38% | - |
| HSV(B) | 14.04º | 0.65% | 0.56% | - |
| XYZ | 14.39 | 10.79 | 4.34 | - |
| YUV | 91.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 50 | 0 | 0.50 | 0.65 | 0.44 | 14.04 | 0.48 | 0.38 |
| Hex | 90 | 48 | 32 | 0 | 32 | 41 | 2C | E | 30 | 26 |
| Octal | 220 | 110 | 62 | 0 | 62 | 101 | 54 | 16 | 60 | 46 |
| Binary | 10010000 | 1001000 | 110010 | 0 | 110010 | 1000001 | 101100 | 1110 | 110000 | 100110 |
Color Harmonies of #904832
Complementary color
Monochromatic Colors of #904832
Black with #904832
Text Example
Text Example
White with #904832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904832; }
p { color: rgb(144,72,50); }
H1.HeaderClassName
{
color: #904832;
}
.AnyTagClassName
{
color: #904832;
}
</style>
background-color css
<style>
a { background-color: #904832; }
a { background-color: rgb(144,72,50); }
div.DivClassName
{
background-color: #904832;
}
.BgClassName
{
background-color: #904832;
}
</style>
border-color css
<style>
span { border-color: #904832; }
span { border-color: rgb(144,72,50); }
td.TdClassName
{
border-color: #904832;
}
.TagClassName
{
border-color: #904832;
}
</style>