Shades of Tia Maria #904434
Tints of Tia Maria #904434
RGB
CMYK
RGB Variations
Color information
#904434 (or 0x904434) is known color: Tia Maria. HEX triplet: 90, 44 and 34. RGB value is (144,68,52). Sum of RGB (Red+Green+Blue) = 144+68+52=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #904434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904434 is #6FBBCB. Grayscale: #595959. Windows color (decimal): -7322572 or 3425424. OLE color: 3425424.
HSL color Cylindrical-coordinate representation of color #904434: hue angle of 10.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904434 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 52 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.44 |
| HSL | 10.43º | 0.47% | 0.38% | - |
| HSV(B) | 10.43º | 0.64% | 0.56% | - |
| XYZ | 14.19 | 10.31 | 4.49 | - |
| YUV | 88.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 52 | 0 | 0.53 | 0.64 | 0.44 | 10.43 | 0.47 | 0.38 |
| Hex | 90 | 44 | 34 | 0 | 35 | 40 | 2C | A | 2F | 26 |
| Octal | 220 | 104 | 64 | 0 | 65 | 100 | 54 | 12 | 57 | 46 |
| Binary | 10010000 | 1000100 | 110100 | 0 | 110101 | 1000000 | 101100 | 1010 | 101111 | 100110 |
Color Harmonies of #904434
Complementary color
Monochromatic Colors of #904434
Black with #904434
Text Example
Text Example
White with #904434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904434; }
p { color: rgb(144,68,52); }
H1.HeaderClassName
{
color: #904434;
}
.AnyTagClassName
{
color: #904434;
}
</style>
background-color css
<style>
a { background-color: #904434; }
a { background-color: rgb(144,68,52); }
div.DivClassName
{
background-color: #904434;
}
.BgClassName
{
background-color: #904434;
}
</style>
border-color css
<style>
span { border-color: #904434; }
span { border-color: rgb(144,68,52); }
td.TdClassName
{
border-color: #904434;
}
.TagClassName
{
border-color: #904434;
}
</style>