Shades of Hacienda #8F7816
Tints of Hacienda #8F7816
RGB
CMYK
RGB Variations
Color information
#8F7816 (or 0x8F7816) is known color: Hacienda. HEX triplet: 8F, 78 and 16. RGB value is (143,120,22). Sum of RGB (Red+Green+Blue) = 143+120+22=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7816 is #7087E9. Grayscale: #747474. Windows color (decimal): -7374826 or 1472655. OLE color: 1472655.
HSL color Cylindrical-coordinate representation of color #8F7816: hue angle of 48.6º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F7816 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 22 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.44 |
| HSL | 48.6º | 0.73% | 0.32% | - |
| HSV(B) | 48.6º | 0.85% | 0.56% | - |
| XYZ | 18.19 | 19.33 | 3.53 | - |
| YUV | 115.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 22 | 0 | 0.16 | 0.85 | 0.44 | 48.6 | 0.73 | 0.32 |
| Hex | 8F | 78 | 16 | 0 | 10 | 55 | 2C | 31 | 49 | 20 |
| Octal | 217 | 170 | 26 | 0 | 20 | 125 | 54 | 61 | 111 | 40 |
| Binary | 10001111 | 1111000 | 10110 | 0 | 10000 | 1010101 | 101100 | 110001 | 1001001 | 100000 |
Color Harmonies of #8F7816
Complementary color
Monochromatic Colors of #8F7816
Black with #8F7816
Text Example
Text Example
White with #8F7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7816; }
p { color: rgb(143,120,22); }
H1.HeaderClassName
{
color: #8F7816;
}
.AnyTagClassName
{
color: #8F7816;
}
</style>
background-color css
<style>
a { background-color: #8F7816; }
a { background-color: rgb(143,120,22); }
div.DivClassName
{
background-color: #8F7816;
}
.BgClassName
{
background-color: #8F7816;
}
</style>
border-color css
<style>
span { border-color: #8F7816; }
span { border-color: rgb(143,120,22); }
td.TdClassName
{
border-color: #8F7816;
}
.TagClassName
{
border-color: #8F7816;
}
</style>