Shades of Hacienda #9B7E2F
Tints of Hacienda #9B7E2F
RGB
CMYK
RGB Variations
Color information
#9B7E2F (or 0x9B7E2F) is known color: Hacienda. HEX triplet: 9B, 7E and 2F. RGB value is (155,126,47). Sum of RGB (Red+Green+Blue) = 155+126+47=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E2F is #6481D0. Grayscale: #7E7E7E. Windows color (decimal): -6586833 or 3112603. OLE color: 3112603.
HSL color Cylindrical-coordinate representation of color #9B7E2F: hue angle of 43.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B7E2F is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 47 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.39 |
| HSL | 43.89º | 0.53% | 0.4% | - |
| HSV(B) | 43.89º | 0.7% | 0.61% | - |
| XYZ | 21.49 | 22.1 | 5.82 | - |
| YUV | 125.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 47 | 0 | 0.19 | 0.70 | 0.39 | 43.89 | 0.53 | 0.4 |
| Hex | 9B | 7E | 2F | 0 | 13 | 46 | 27 | 2C | 35 | 28 |
| Octal | 233 | 176 | 57 | 0 | 23 | 106 | 47 | 54 | 65 | 50 |
| Binary | 10011011 | 1111110 | 101111 | 0 | 10011 | 1000110 | 100111 | 101100 | 110101 | 101000 |
Color Harmonies of #9B7E2F
Complementary color
Monochromatic Colors of #9B7E2F
Black with #9B7E2F
Text Example
Text Example
White with #9B7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E2F; }
p { color: rgb(155,126,47); }
H1.HeaderClassName
{
color: #9B7E2F;
}
.AnyTagClassName
{
color: #9B7E2F;
}
</style>
background-color css
<style>
a { background-color: #9B7E2F; }
a { background-color: rgb(155,126,47); }
div.DivClassName
{
background-color: #9B7E2F;
}
.BgClassName
{
background-color: #9B7E2F;
}
</style>
border-color css
<style>
span { border-color: #9B7E2F; }
span { border-color: rgb(155,126,47); }
td.TdClassName
{
border-color: #9B7E2F;
}
.TagClassName
{
border-color: #9B7E2F;
}
</style>