Shades of Tia Maria #8F4635
Tints of Tia Maria #8F4635
RGB
CMYK
RGB Variations
Color information
#8F4635 (or 0x8F4635) is known color: Tia Maria. HEX triplet: 8F, 46 and 35. RGB value is (143,70,53). Sum of RGB (Red+Green+Blue) = 143+70+53=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4635 is #70B9CA. Grayscale: #5A5A5A. Windows color (decimal): -7387595 or 3491471. OLE color: 3491471.
HSL color Cylindrical-coordinate representation of color #8F4635: hue angle of 11.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F4635 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 53 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.44 |
| HSL | 11.33º | 0.46% | 0.38% | - |
| HSV(B) | 11.33º | 0.63% | 0.56% | - |
| XYZ | 14.16 | 10.48 | 4.64 | - |
| YUV | 89.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 53 | 0 | 0.51 | 0.63 | 0.44 | 11.33 | 0.46 | 0.38 |
| Hex | 8F | 46 | 35 | 0 | 33 | 3F | 2C | B | 2E | 26 |
| Octal | 217 | 106 | 65 | 0 | 63 | 77 | 54 | 13 | 56 | 46 |
| Binary | 10001111 | 1000110 | 110101 | 0 | 110011 | 111111 | 101100 | 1011 | 101110 | 100110 |
Color Harmonies of #8F4635
Complementary color
Monochromatic Colors of #8F4635
Black with #8F4635
Text Example
Text Example
White with #8F4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4635; }
p { color: rgb(143,70,53); }
H1.HeaderClassName
{
color: #8F4635;
}
.AnyTagClassName
{
color: #8F4635;
}
</style>
background-color css
<style>
a { background-color: #8F4635; }
a { background-color: rgb(143,70,53); }
div.DivClassName
{
background-color: #8F4635;
}
.BgClassName
{
background-color: #8F4635;
}
</style>
border-color css
<style>
span { border-color: #8F4635; }
span { border-color: rgb(143,70,53); }
td.TdClassName
{
border-color: #8F4635;
}
.TagClassName
{
border-color: #8F4635;
}
</style>