Shades of Hacienda #8F7714
Tints of Hacienda #8F7714
RGB
CMYK
RGB Variations
Color information
#8F7714 (or 0x8F7714) is known color: Hacienda. HEX triplet: 8F, 77 and 14. RGB value is (143,119,20). Sum of RGB (Red+Green+Blue) = 143+119+20=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7714 is #7088EB. Grayscale: #737373. Windows color (decimal): -7375084 or 1341327. OLE color: 1341327.
HSL color Cylindrical-coordinate representation of color #8F7714: hue angle of 48.29º 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 #8F7714 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 20 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.44 |
| HSL | 48.29º | 0.75% | 0.32% | - |
| HSV(B) | 48.29º | 0.86% | 0.56% | - |
| XYZ | 18.05 | 19.08 | 3.39 | - |
| YUV | 114.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 20 | 0 | 0.17 | 0.86 | 0.44 | 48.29 | 0.75 | 0.32 |
| Hex | 8F | 77 | 14 | 0 | 11 | 56 | 2C | 30 | 4B | 20 |
| Octal | 217 | 167 | 24 | 0 | 21 | 126 | 54 | 60 | 113 | 40 |
| Binary | 10001111 | 1110111 | 10100 | 0 | 10001 | 1010110 | 101100 | 110000 | 1001011 | 100000 |
Color Harmonies of #8F7714
Complementary color
Monochromatic Colors of #8F7714
Black with #8F7714
Text Example
Text Example
White with #8F7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7714; }
p { color: rgb(143,119,20); }
H1.HeaderClassName
{
color: #8F7714;
}
.AnyTagClassName
{
color: #8F7714;
}
</style>
background-color css
<style>
a { background-color: #8F7714; }
a { background-color: rgb(143,119,20); }
div.DivClassName
{
background-color: #8F7714;
}
.BgClassName
{
background-color: #8F7714;
}
</style>
border-color css
<style>
span { border-color: #8F7714; }
span { border-color: rgb(143,119,20); }
td.TdClassName
{
border-color: #8F7714;
}
.TagClassName
{
border-color: #8F7714;
}
</style>