Shades of Hacienda #8F7814
Tints of Hacienda #8F7814
RGB
CMYK
RGB Variations
Color information
#8F7814 (or 0x8F7814) is known color: Hacienda. HEX triplet: 8F, 78 and 14. RGB value is (143,120,20). Sum of RGB (Red+Green+Blue) = 143+120+20=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7814 is #7087EB. Grayscale: #737373. Windows color (decimal): -7374828 or 1341583. OLE color: 1341583.
HSL color Cylindrical-coordinate representation of color #8F7814: hue angle of 48.78º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F7814 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 20 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.44 |
| HSL | 48.78º | 0.75% | 0.32% | - |
| HSV(B) | 48.78º | 0.86% | 0.56% | - |
| XYZ | 18.17 | 19.32 | 3.43 | - |
| YUV | 115.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 20 | 0 | 0.16 | 0.86 | 0.44 | 48.78 | 0.75 | 0.32 |
| Hex | 8F | 78 | 14 | 0 | 10 | 56 | 2C | 31 | 4B | 20 |
| Octal | 217 | 170 | 24 | 0 | 20 | 126 | 54 | 61 | 113 | 40 |
| Binary | 10001111 | 1111000 | 10100 | 0 | 10000 | 1010110 | 101100 | 110001 | 1001011 | 100000 |
Color Harmonies of #8F7814
Complementary color
Monochromatic Colors of #8F7814
Black with #8F7814
Text Example
Text Example
White with #8F7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7814; }
p { color: rgb(143,120,20); }
H1.HeaderClassName
{
color: #8F7814;
}
.AnyTagClassName
{
color: #8F7814;
}
</style>
background-color css
<style>
a { background-color: #8F7814; }
a { background-color: rgb(143,120,20); }
div.DivClassName
{
background-color: #8F7814;
}
.BgClassName
{
background-color: #8F7814;
}
</style>
border-color css
<style>
span { border-color: #8F7814; }
span { border-color: rgb(143,120,20); }
td.TdClassName
{
border-color: #8F7814;
}
.TagClassName
{
border-color: #8F7814;
}
</style>