Shades of Hacienda #9F820E
Tints of Hacienda #9F820E
RGB
CMYK
RGB Variations
Color information
#9F820E (or 0x9F820E) is known color: Hacienda. HEX triplet: 9F, 82 and 0E. RGB value is (159,130,14). Sum of RGB (Red+Green+Blue) = 159+130+14=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F820E is #607DF1. Grayscale: #7D7D7D. Windows color (decimal): -6323698 or 950943. OLE color: 950943.
HSL color Cylindrical-coordinate representation of color #9F820E: hue angle of 48º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F820E is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 14 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.38 |
| HSL | 48º | 0.84% | 0.34% | - |
| HSV(B) | 48º | 0.91% | 0.62% | - |
| XYZ | 22.36 | 23.37 | 3.75 | - |
| YUV | 125.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 14 | 0 | 0.18 | 0.91 | 0.38 | 48 | 0.84 | 0.34 |
| Hex | 9F | 82 | E | 0 | 12 | 5B | 26 | 30 | 54 | 22 |
| Octal | 237 | 202 | 16 | 0 | 22 | 133 | 46 | 60 | 124 | 42 |
| Binary | 10011111 | 10000010 | 1110 | 0 | 10010 | 1011011 | 100110 | 110000 | 1010100 | 100010 |
Color Harmonies of #9F820E
Complementary color
Monochromatic Colors of #9F820E
Black with #9F820E
Text Example
Text Example
White with #9F820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F820E; }
p { color: rgb(159,130,14); }
H1.HeaderClassName
{
color: #9F820E;
}
.AnyTagClassName
{
color: #9F820E;
}
</style>
background-color css
<style>
a { background-color: #9F820E; }
a { background-color: rgb(159,130,14); }
div.DivClassName
{
background-color: #9F820E;
}
.BgClassName
{
background-color: #9F820E;
}
</style>
border-color css
<style>
span { border-color: #9F820E; }
span { border-color: rgb(159,130,14); }
td.TdClassName
{
border-color: #9F820E;
}
.TagClassName
{
border-color: #9F820E;
}
</style>