Shades of Hacienda #9B751F
Tints of Hacienda #9B751F
RGB
CMYK
RGB Variations
Color information
#9B751F (or 0x9B751F) is known color: Hacienda. HEX triplet: 9B, 75 and 1F. RGB value is (155,117,31). Sum of RGB (Red+Green+Blue) = 155+117+31=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B751F is #648AE0. Grayscale: #767676. Windows color (decimal): -6589153 or 2061723. OLE color: 2061723.
HSL color Cylindrical-coordinate representation of color #9B751F: hue angle of 41.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B751F is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 31 | - |
| CMYK | 0 | 0.25 | 0.8 | 0.39 |
| HSL | 41.61º | 0.67% | 0.36% | - |
| HSV(B) | 41.61º | 0.8% | 0.61% | - |
| XYZ | 20.13 | 19.79 | 4.06 | - |
| YUV | 118.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 31 | 0 | 0.25 | 0.8 | 0.39 | 41.61 | 0.67 | 0.36 |
| Hex | 9B | 75 | 1F | 0 | 19 | 50 | 27 | 2A | 43 | 24 |
| Octal | 233 | 165 | 37 | 0 | 31 | 120 | 47 | 52 | 103 | 44 |
| Binary | 10011011 | 1110101 | 11111 | 0 | 11001 | 1010000 | 100111 | 101010 | 1000011 | 100100 |
Color Harmonies of #9B751F
Complementary color
Monochromatic Colors of #9B751F
Black with #9B751F
Text Example
Text Example
White with #9B751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B751F; }
p { color: rgb(155,117,31); }
H1.HeaderClassName
{
color: #9B751F;
}
.AnyTagClassName
{
color: #9B751F;
}
</style>
background-color css
<style>
a { background-color: #9B751F; }
a { background-color: rgb(155,117,31); }
div.DivClassName
{
background-color: #9B751F;
}
.BgClassName
{
background-color: #9B751F;
}
</style>
border-color css
<style>
span { border-color: #9B751F; }
span { border-color: rgb(155,117,31); }
td.TdClassName
{
border-color: #9B751F;
}
.TagClassName
{
border-color: #9B751F;
}
</style>