Shades of Hacienda #9B751E
Tints of Hacienda #9B751E
RGB
CMYK
RGB Variations
Color information
#9B751E (or 0x9B751E) is known color: Hacienda. HEX triplet: 9B, 75 and 1E. RGB value is (155,117,30). Sum of RGB (Red+Green+Blue) = 155+117+30=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B751E is #648AE1. Grayscale: #767676. Windows color (decimal): -6589154 or 1996187. OLE color: 1996187.
HSL color Cylindrical-coordinate representation of color #9B751E: hue angle of 41.76º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B751E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 30 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.39 |
| HSL | 41.76º | 0.68% | 0.36% | - |
| HSV(B) | 41.76º | 0.81% | 0.61% | - |
| XYZ | 20.11 | 19.78 | 3.99 | - |
| YUV | 118.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 30 | 0 | 0.25 | 0.81 | 0.39 | 41.76 | 0.68 | 0.36 |
| Hex | 9B | 75 | 1E | 0 | 19 | 51 | 27 | 2A | 44 | 24 |
| Octal | 233 | 165 | 36 | 0 | 31 | 121 | 47 | 52 | 104 | 44 |
| Binary | 10011011 | 1110101 | 11110 | 0 | 11001 | 1010001 | 100111 | 101010 | 1000100 | 100100 |
Color Harmonies of #9B751E
Complementary color
Monochromatic Colors of #9B751E
Black with #9B751E
Text Example
Text Example
White with #9B751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B751E; }
p { color: rgb(155,117,30); }
H1.HeaderClassName
{
color: #9B751E;
}
.AnyTagClassName
{
color: #9B751E;
}
</style>
background-color css
<style>
a { background-color: #9B751E; }
a { background-color: rgb(155,117,30); }
div.DivClassName
{
background-color: #9B751E;
}
.BgClassName
{
background-color: #9B751E;
}
</style>
border-color css
<style>
span { border-color: #9B751E; }
span { border-color: rgb(155,117,30); }
td.TdClassName
{
border-color: #9B751E;
}
.TagClassName
{
border-color: #9B751E;
}
</style>