Shades of Hacienda #9B7B2B
Tints of Hacienda #9B7B2B
RGB
CMYK
RGB Variations
Color information
#9B7B2B (or 0x9B7B2B) is known color: Hacienda. HEX triplet: 9B, 7B and 2B. RGB value is (155,123,43). Sum of RGB (Red+Green+Blue) = 155+123+43=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B2B is #6484D4. Grayscale: #7B7B7B. Windows color (decimal): -6587605 or 2849691. OLE color: 2849691.
HSL color Cylindrical-coordinate representation of color #9B7B2B: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B7B2B is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 43 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.39 |
| HSL | 42.86º | 0.57% | 0.39% | - |
| HSV(B) | 42.86º | 0.72% | 0.61% | - |
| XYZ | 21.04 | 21.31 | 5.29 | - |
| YUV | 123.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 43 | 0 | 0.21 | 0.72 | 0.39 | 42.86 | 0.57 | 0.39 |
| Hex | 9B | 7B | 2B | 0 | 15 | 48 | 27 | 2B | 39 | 27 |
| Octal | 233 | 173 | 53 | 0 | 25 | 110 | 47 | 53 | 71 | 47 |
| Binary | 10011011 | 1111011 | 101011 | 0 | 10101 | 1001000 | 100111 | 101011 | 111001 | 100111 |
Color Harmonies of #9B7B2B
Complementary color
Monochromatic Colors of #9B7B2B
Black with #9B7B2B
Text Example
Text Example
White with #9B7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B2B; }
p { color: rgb(155,123,43); }
H1.HeaderClassName
{
color: #9B7B2B;
}
.AnyTagClassName
{
color: #9B7B2B;
}
</style>
background-color css
<style>
a { background-color: #9B7B2B; }
a { background-color: rgb(155,123,43); }
div.DivClassName
{
background-color: #9B7B2B;
}
.BgClassName
{
background-color: #9B7B2B;
}
</style>
border-color css
<style>
span { border-color: #9B7B2B; }
span { border-color: rgb(155,123,43); }
td.TdClassName
{
border-color: #9B7B2B;
}
.TagClassName
{
border-color: #9B7B2B;
}
</style>