Shades of Hacienda #9B7B1F
Tints of Hacienda #9B7B1F
RGB
CMYK
RGB Variations
Color information
#9B7B1F (or 0x9B7B1F) is known color: Hacienda. HEX triplet: 9B, 7B and 1F. RGB value is (155,123,31). Sum of RGB (Red+Green+Blue) = 155+123+31=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B1F is #6484E0. Grayscale: #7A7A7A. Windows color (decimal): -6587617 or 2063259. OLE color: 2063259.
HSL color Cylindrical-coordinate representation of color #9B7B1F: hue angle of 44.52º 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 #9B7B1F is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 31 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.39 |
| HSL | 44.52º | 0.67% | 0.36% | - |
| HSV(B) | 44.52º | 0.8% | 0.61% | - |
| XYZ | 20.85 | 21.23 | 4.3 | - |
| YUV | 122.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 31 | 0 | 0.21 | 0.8 | 0.39 | 44.52 | 0.67 | 0.36 |
| Hex | 9B | 7B | 1F | 0 | 15 | 50 | 27 | 2D | 43 | 24 |
| Octal | 233 | 173 | 37 | 0 | 25 | 120 | 47 | 55 | 103 | 44 |
| Binary | 10011011 | 1111011 | 11111 | 0 | 10101 | 1010000 | 100111 | 101101 | 1000011 | 100100 |
Color Harmonies of #9B7B1F
Complementary color
Monochromatic Colors of #9B7B1F
Black with #9B7B1F
Text Example
Text Example
White with #9B7B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B1F; }
p { color: rgb(155,123,31); }
H1.HeaderClassName
{
color: #9B7B1F;
}
.AnyTagClassName
{
color: #9B7B1F;
}
</style>
background-color css
<style>
a { background-color: #9B7B1F; }
a { background-color: rgb(155,123,31); }
div.DivClassName
{
background-color: #9B7B1F;
}
.BgClassName
{
background-color: #9B7B1F;
}
</style>
border-color css
<style>
span { border-color: #9B7B1F; }
span { border-color: rgb(155,123,31); }
td.TdClassName
{
border-color: #9B7B1F;
}
.TagClassName
{
border-color: #9B7B1F;
}
</style>