Shades of Hacienda #9B7515
Tints of Hacienda #9B7515
RGB
CMYK
RGB Variations
Color information
#9B7515 (or 0x9B7515) is known color: Hacienda. HEX triplet: 9B, 75 and 15. RGB value is (155,117,21). Sum of RGB (Red+Green+Blue) = 155+117+21=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7515 is #648AEA. Grayscale: #757575. Windows color (decimal): -6589163 or 1406363. OLE color: 1406363.
HSL color Cylindrical-coordinate representation of color #9B7515: hue angle of 42.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B7515 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 21 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.39 |
| HSL | 42.99º | 0.76% | 0.35% | - |
| HSV(B) | 42.99º | 0.86% | 0.61% | - |
| XYZ | 20.01 | 19.75 | 3.47 | - |
| YUV | 117.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 21 | 0 | 0.25 | 0.86 | 0.39 | 42.99 | 0.76 | 0.35 |
| Hex | 9B | 75 | 15 | 0 | 19 | 56 | 27 | 2B | 4C | 23 |
| Octal | 233 | 165 | 25 | 0 | 31 | 126 | 47 | 53 | 114 | 43 |
| Binary | 10011011 | 1110101 | 10101 | 0 | 11001 | 1010110 | 100111 | 101011 | 1001100 | 100011 |
Color Harmonies of #9B7515
Complementary color
Monochromatic Colors of #9B7515
Black with #9B7515
Text Example
Text Example
White with #9B7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7515; }
p { color: rgb(155,117,21); }
H1.HeaderClassName
{
color: #9B7515;
}
.AnyTagClassName
{
color: #9B7515;
}
</style>
background-color css
<style>
a { background-color: #9B7515; }
a { background-color: rgb(155,117,21); }
div.DivClassName
{
background-color: #9B7515;
}
.BgClassName
{
background-color: #9B7515;
}
</style>
border-color css
<style>
span { border-color: #9B7515; }
span { border-color: rgb(155,117,21); }
td.TdClassName
{
border-color: #9B7515;
}
.TagClassName
{
border-color: #9B7515;
}
</style>