Shades of Hacienda #9F751F
Tints of Hacienda #9F751F
RGB
CMYK
RGB Variations
Color information
#9F751F (or 0x9F751F) is known color: Hacienda. HEX triplet: 9F, 75 and 1F. RGB value is (159,117,31). Sum of RGB (Red+Green+Blue) = 159+117+31=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F751F is #608AE0. Grayscale: #787878. Windows color (decimal): -6327009 or 2061727. OLE color: 2061727.
HSL color Cylindrical-coordinate representation of color #9F751F: hue angle of 40.31º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F751F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 31 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.38 |
| HSL | 40.31º | 0.67% | 0.37% | - |
| HSV(B) | 40.31º | 0.81% | 0.62% | - |
| XYZ | 20.91 | 20.19 | 4.09 | - |
| YUV | 119.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 31 | 0 | 0.26 | 0.81 | 0.38 | 40.31 | 0.67 | 0.37 |
| Hex | 9F | 75 | 1F | 0 | 1A | 51 | 26 | 28 | 43 | 25 |
| Octal | 237 | 165 | 37 | 0 | 32 | 121 | 46 | 50 | 103 | 45 |
| Binary | 10011111 | 1110101 | 11111 | 0 | 11010 | 1010001 | 100110 | 101000 | 1000011 | 100101 |
Color Harmonies of #9F751F
Complementary color
Monochromatic Colors of #9F751F
Black with #9F751F
Text Example
Text Example
White with #9F751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F751F; }
p { color: rgb(159,117,31); }
H1.HeaderClassName
{
color: #9F751F;
}
.AnyTagClassName
{
color: #9F751F;
}
</style>
background-color css
<style>
a { background-color: #9F751F; }
a { background-color: rgb(159,117,31); }
div.DivClassName
{
background-color: #9F751F;
}
.BgClassName
{
background-color: #9F751F;
}
</style>
border-color css
<style>
span { border-color: #9F751F; }
span { border-color: rgb(159,117,31); }
td.TdClassName
{
border-color: #9F751F;
}
.TagClassName
{
border-color: #9F751F;
}
</style>