Shades of Hacienda #9B7B05
Tints of Hacienda #9B7B05
RGB
CMYK
RGB Variations
Color information
#9B7B05 (or 0x9B7B05) is known color: Hacienda. HEX triplet: 9B, 7B and 05. RGB value is (155,123,5). Sum of RGB (Red+Green+Blue) = 155+123+5=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7B05 is #6484FA. Grayscale: #777777. Windows color (decimal): -6587643 or 359323. OLE color: 359323.
HSL color Cylindrical-coordinate representation of color #9B7B05: hue angle of 47.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B7B05 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.39 |
| HSL | 47.2º | 0.94% | 0.31% | - |
| HSV(B) | 47.2º | 0.97% | 0.61% | - |
| XYZ | 20.63 | 21.15 | 3.14 | - |
| YUV | 119.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 5 | 0 | 0.21 | 0.97 | 0.39 | 47.2 | 0.94 | 0.31 |
| Hex | 9B | 7B | 5 | 0 | 15 | 61 | 27 | 2F | 5E | 1F |
| Octal | 233 | 173 | 5 | 0 | 25 | 141 | 47 | 57 | 136 | 37 |
| Binary | 10011011 | 1111011 | 101 | 0 | 10101 | 1100001 | 100111 | 101111 | 1011110 | 11111 |
Color Harmonies of #9B7B05
Complementary color
Monochromatic Colors of #9B7B05
Black with #9B7B05
Text Example
Text Example
White with #9B7B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B05; }
p { color: rgb(155,123,5); }
H1.HeaderClassName
{
color: #9B7B05;
}
.AnyTagClassName
{
color: #9B7B05;
}
</style>
background-color css
<style>
a { background-color: #9B7B05; }
a { background-color: rgb(155,123,5); }
div.DivClassName
{
background-color: #9B7B05;
}
.BgClassName
{
background-color: #9B7B05;
}
</style>
border-color css
<style>
span { border-color: #9B7B05; }
span { border-color: rgb(155,123,5); }
td.TdClassName
{
border-color: #9B7B05;
}
.TagClassName
{
border-color: #9B7B05;
}
</style>