Shades of Tia Maria #8F4532
Tints of Tia Maria #8F4532
RGB
CMYK
RGB Variations
Color information
#8F4532 (or 0x8F4532) is known color: Tia Maria. HEX triplet: 8F, 45 and 32. RGB value is (143,69,50). Sum of RGB (Red+Green+Blue) = 143+69+50=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4532 is #70BACD. Grayscale: #595959. Windows color (decimal): -7387854 or 3294607. OLE color: 3294607.
HSL color Cylindrical-coordinate representation of color #8F4532: hue angle of 12.26º 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 #8F4532 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 50 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.44 |
| HSL | 12.26º | 0.48% | 0.38% | - |
| HSV(B) | 12.26º | 0.65% | 0.56% | - |
| XYZ | 14.03 | 10.33 | 4.27 | - |
| YUV | 88.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 50 | 0 | 0.52 | 0.65 | 0.44 | 12.26 | 0.48 | 0.38 |
| Hex | 8F | 45 | 32 | 0 | 34 | 41 | 2C | C | 30 | 26 |
| Octal | 217 | 105 | 62 | 0 | 64 | 101 | 54 | 14 | 60 | 46 |
| Binary | 10001111 | 1000101 | 110010 | 0 | 110100 | 1000001 | 101100 | 1100 | 110000 | 100110 |
Color Harmonies of #8F4532
Complementary color
Monochromatic Colors of #8F4532
Black with #8F4532
Text Example
Text Example
White with #8F4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4532; }
p { color: rgb(143,69,50); }
H1.HeaderClassName
{
color: #8F4532;
}
.AnyTagClassName
{
color: #8F4532;
}
</style>
background-color css
<style>
a { background-color: #8F4532; }
a { background-color: rgb(143,69,50); }
div.DivClassName
{
background-color: #8F4532;
}
.BgClassName
{
background-color: #8F4532;
}
</style>
border-color css
<style>
span { border-color: #8F4532; }
span { border-color: rgb(143,69,50); }
td.TdClassName
{
border-color: #8F4532;
}
.TagClassName
{
border-color: #8F4532;
}
</style>