Shades of Hacienda #9F7D23
Tints of Hacienda #9F7D23
RGB
CMYK
RGB Variations
Color information
#9F7D23 (or 0x9F7D23) is known color: Hacienda. HEX triplet: 9F, 7D and 23. RGB value is (159,125,35). Sum of RGB (Red+Green+Blue) = 159+125+35=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7D23 is #6082DC. Grayscale: #7D7D7D. Windows color (decimal): -6324957 or 2325919. OLE color: 2325919.
HSL color Cylindrical-coordinate representation of color #9F7D23: hue angle of 43.55º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F7D23 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 35 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.38 |
| HSL | 43.55º | 0.64% | 0.38% | - |
| HSV(B) | 43.55º | 0.78% | 0.62% | - |
| XYZ | 21.94 | 22.16 | 4.71 | - |
| YUV | 124.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 35 | 0 | 0.21 | 0.78 | 0.38 | 43.55 | 0.64 | 0.38 |
| Hex | 9F | 7D | 23 | 0 | 15 | 4E | 26 | 2C | 40 | 26 |
| Octal | 237 | 175 | 43 | 0 | 25 | 116 | 46 | 54 | 100 | 46 |
| Binary | 10011111 | 1111101 | 100011 | 0 | 10101 | 1001110 | 100110 | 101100 | 1000000 | 100110 |
Color Harmonies of #9F7D23
Complementary color
Monochromatic Colors of #9F7D23
Black with #9F7D23
Text Example
Text Example
White with #9F7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D23; }
p { color: rgb(159,125,35); }
H1.HeaderClassName
{
color: #9F7D23;
}
.AnyTagClassName
{
color: #9F7D23;
}
</style>
background-color css
<style>
a { background-color: #9F7D23; }
a { background-color: rgb(159,125,35); }
div.DivClassName
{
background-color: #9F7D23;
}
.BgClassName
{
background-color: #9F7D23;
}
</style>
border-color css
<style>
span { border-color: #9F7D23; }
span { border-color: rgb(159,125,35); }
td.TdClassName
{
border-color: #9F7D23;
}
.TagClassName
{
border-color: #9F7D23;
}
</style>