Shades of Hacienda #9B7C2B
Tints of Hacienda #9B7C2B
RGB
CMYK
RGB Variations
Color information
#9B7C2B (or 0x9B7C2B) is known color: Hacienda. HEX triplet: 9B, 7C and 2B. RGB value is (155,124,43). Sum of RGB (Red+Green+Blue) = 155+124+43=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C2B is #6483D4. Grayscale: #7C7C7C. Windows color (decimal): -6587349 or 2849947. OLE color: 2849947.
HSL color Cylindrical-coordinate representation of color #9B7C2B: hue angle of 43.39º 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 #9B7C2B is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 43 | - |
| CMYK | 0 | 0.2 | 0.72 | 0.39 |
| HSL | 43.39º | 0.57% | 0.39% | - |
| HSV(B) | 43.39º | 0.72% | 0.61% | - |
| XYZ | 21.16 | 21.56 | 5.33 | - |
| YUV | 124.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 43 | 0 | 0.2 | 0.72 | 0.39 | 43.39 | 0.57 | 0.39 |
| Hex | 9B | 7C | 2B | 0 | 14 | 48 | 27 | 2B | 39 | 27 |
| Octal | 233 | 174 | 53 | 0 | 24 | 110 | 47 | 53 | 71 | 47 |
| Binary | 10011011 | 1111100 | 101011 | 0 | 10100 | 1001000 | 100111 | 101011 | 111001 | 100111 |
Color Harmonies of #9B7C2B
Complementary color
Monochromatic Colors of #9B7C2B
Black with #9B7C2B
Text Example
Text Example
White with #9B7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C2B; }
p { color: rgb(155,124,43); }
H1.HeaderClassName
{
color: #9B7C2B;
}
.AnyTagClassName
{
color: #9B7C2B;
}
</style>
background-color css
<style>
a { background-color: #9B7C2B; }
a { background-color: rgb(155,124,43); }
div.DivClassName
{
background-color: #9B7C2B;
}
.BgClassName
{
background-color: #9B7C2B;
}
</style>
border-color css
<style>
span { border-color: #9B7C2B; }
span { border-color: rgb(155,124,43); }
td.TdClassName
{
border-color: #9B7C2B;
}
.TagClassName
{
border-color: #9B7C2B;
}
</style>