Shades of Hacienda #9F7B25
Tints of Hacienda #9F7B25
RGB
CMYK
RGB Variations
Color information
#9F7B25 (or 0x9F7B25) is known color: Hacienda. HEX triplet: 9F, 7B and 25. RGB value is (159,123,37). Sum of RGB (Red+Green+Blue) = 159+123+37=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B25 is #6084DA. Grayscale: #7C7C7C. Windows color (decimal): -6325467 or 2456479. OLE color: 2456479.
HSL color Cylindrical-coordinate representation of color #9F7B25: hue angle of 42.3º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F7B25 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 37 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.38 |
| HSL | 42.3º | 0.62% | 0.38% | - |
| HSV(B) | 42.3º | 0.77% | 0.62% | - |
| XYZ | 21.71 | 21.67 | 4.79 | - |
| YUV | 123.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 37 | 0 | 0.23 | 0.77 | 0.38 | 42.3 | 0.62 | 0.38 |
| Hex | 9F | 7B | 25 | 0 | 17 | 4D | 26 | 2A | 3E | 26 |
| Octal | 237 | 173 | 45 | 0 | 27 | 115 | 46 | 52 | 76 | 46 |
| Binary | 10011111 | 1111011 | 100101 | 0 | 10111 | 1001101 | 100110 | 101010 | 111110 | 100110 |
Color Harmonies of #9F7B25
Complementary color
Monochromatic Colors of #9F7B25
Black with #9F7B25
Text Example
Text Example
White with #9F7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B25; }
p { color: rgb(159,123,37); }
H1.HeaderClassName
{
color: #9F7B25;
}
.AnyTagClassName
{
color: #9F7B25;
}
</style>
background-color css
<style>
a { background-color: #9F7B25; }
a { background-color: rgb(159,123,37); }
div.DivClassName
{
background-color: #9F7B25;
}
.BgClassName
{
background-color: #9F7B25;
}
</style>
border-color css
<style>
span { border-color: #9F7B25; }
span { border-color: rgb(159,123,37); }
td.TdClassName
{
border-color: #9F7B25;
}
.TagClassName
{
border-color: #9F7B25;
}
</style>