Shades of Hacienda #8F7713
Tints of Hacienda #8F7713
RGB
CMYK
RGB Variations
Color information
#8F7713 (or 0x8F7713) is known color: Hacienda. HEX triplet: 8F, 77 and 13. RGB value is (143,119,19). Sum of RGB (Red+Green+Blue) = 143+119+19=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7713 is #7088EC. Grayscale: #737373. Windows color (decimal): -7375085 or 1275791. OLE color: 1275791.
HSL color Cylindrical-coordinate representation of color #8F7713: hue angle of 48.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F7713 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 19 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.44 |
| HSL | 48.39º | 0.77% | 0.32% | - |
| HSV(B) | 48.39º | 0.87% | 0.56% | - |
| XYZ | 18.04 | 19.08 | 3.35 | - |
| YUV | 114.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 19 | 0 | 0.17 | 0.87 | 0.44 | 48.39 | 0.77 | 0.32 |
| Hex | 8F | 77 | 13 | 0 | 11 | 57 | 2C | 30 | 4D | 20 |
| Octal | 217 | 167 | 23 | 0 | 21 | 127 | 54 | 60 | 115 | 40 |
| Binary | 10001111 | 1110111 | 10011 | 0 | 10001 | 1010111 | 101100 | 110000 | 1001101 | 100000 |
Color Harmonies of #8F7713
Complementary color
Monochromatic Colors of #8F7713
Black with #8F7713
Text Example
Text Example
White with #8F7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7713; }
p { color: rgb(143,119,19); }
H1.HeaderClassName
{
color: #8F7713;
}
.AnyTagClassName
{
color: #8F7713;
}
</style>
background-color css
<style>
a { background-color: #8F7713; }
a { background-color: rgb(143,119,19); }
div.DivClassName
{
background-color: #8F7713;
}
.BgClassName
{
background-color: #8F7713;
}
</style>
border-color css
<style>
span { border-color: #8F7713; }
span { border-color: rgb(143,119,19); }
td.TdClassName
{
border-color: #8F7713;
}
.TagClassName
{
border-color: #8F7713;
}
</style>