Shades of Hacienda #9B7D2C
Tints of Hacienda #9B7D2C
RGB
CMYK
RGB Variations
Color information
#9B7D2C (or 0x9B7D2C) is known color: Hacienda. HEX triplet: 9B, 7D and 2C. RGB value is (155,125,44). Sum of RGB (Red+Green+Blue) = 155+125+44=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D2C is #6482D3. Grayscale: #7D7D7D. Windows color (decimal): -6587092 or 2915739. OLE color: 2915739.
HSL color Cylindrical-coordinate representation of color #9B7D2C: hue angle of 43.78º degrees, saturation: 0.56, 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 #9B7D2C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 44 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.39 |
| HSL | 43.78º | 0.56% | 0.39% | - |
| HSV(B) | 43.78º | 0.72% | 0.61% | - |
| XYZ | 21.31 | 21.82 | 5.47 | - |
| YUV | 124.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 44 | 0 | 0.19 | 0.72 | 0.39 | 43.78 | 0.56 | 0.39 |
| Hex | 9B | 7D | 2C | 0 | 13 | 48 | 27 | 2C | 38 | 27 |
| Octal | 233 | 175 | 54 | 0 | 23 | 110 | 47 | 54 | 70 | 47 |
| Binary | 10011011 | 1111101 | 101100 | 0 | 10011 | 1001000 | 100111 | 101100 | 111000 | 100111 |
Color Harmonies of #9B7D2C
Complementary color
Monochromatic Colors of #9B7D2C
Black with #9B7D2C
Text Example
Text Example
White with #9B7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D2C; }
p { color: rgb(155,125,44); }
H1.HeaderClassName
{
color: #9B7D2C;
}
.AnyTagClassName
{
color: #9B7D2C;
}
</style>
background-color css
<style>
a { background-color: #9B7D2C; }
a { background-color: rgb(155,125,44); }
div.DivClassName
{
background-color: #9B7D2C;
}
.BgClassName
{
background-color: #9B7D2C;
}
</style>
border-color css
<style>
span { border-color: #9B7D2C; }
span { border-color: rgb(155,125,44); }
td.TdClassName
{
border-color: #9B7D2C;
}
.TagClassName
{
border-color: #9B7D2C;
}
</style>