Shades of Hacienda #8F7815
Tints of Hacienda #8F7815
RGB
CMYK
RGB Variations
Color information
#8F7815 (or 0x8F7815) is known color: Hacienda. HEX triplet: 8F, 78 and 15. RGB value is (143,120,21). Sum of RGB (Red+Green+Blue) = 143+120+21=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7815 is #7087EA. Grayscale: #747474. Windows color (decimal): -7374827 or 1407119. OLE color: 1407119.
HSL color Cylindrical-coordinate representation of color #8F7815: hue angle of 48.69º degrees, saturation: 0.74, 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 #8F7815 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 21 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.44 |
| HSL | 48.69º | 0.74% | 0.32% | - |
| HSV(B) | 48.69º | 0.85% | 0.56% | - |
| XYZ | 18.18 | 19.33 | 3.48 | - |
| YUV | 115.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 21 | 0 | 0.16 | 0.85 | 0.44 | 48.69 | 0.74 | 0.32 |
| Hex | 8F | 78 | 15 | 0 | 10 | 55 | 2C | 31 | 4A | 20 |
| Octal | 217 | 170 | 25 | 0 | 20 | 125 | 54 | 61 | 112 | 40 |
| Binary | 10001111 | 1111000 | 10101 | 0 | 10000 | 1010101 | 101100 | 110001 | 1001010 | 100000 |
Color Harmonies of #8F7815
Complementary color
Monochromatic Colors of #8F7815
Black with #8F7815
Text Example
Text Example
White with #8F7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7815; }
p { color: rgb(143,120,21); }
H1.HeaderClassName
{
color: #8F7815;
}
.AnyTagClassName
{
color: #8F7815;
}
</style>
background-color css
<style>
a { background-color: #8F7815; }
a { background-color: rgb(143,120,21); }
div.DivClassName
{
background-color: #8F7815;
}
.BgClassName
{
background-color: #8F7815;
}
</style>
border-color css
<style>
span { border-color: #8F7815; }
span { border-color: rgb(143,120,21); }
td.TdClassName
{
border-color: #8F7815;
}
.TagClassName
{
border-color: #8F7815;
}
</style>