Shades of Hacienda #9B7B1C
Tints of Hacienda #9B7B1C
RGB
CMYK
RGB Variations
Color information
#9B7B1C (or 0x9B7B1C) is known color: Hacienda. HEX triplet: 9B, 7B and 1C. RGB value is (155,123,28). Sum of RGB (Red+Green+Blue) = 155+123+28=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B1C is #6484E3. Grayscale: #7A7A7A. Windows color (decimal): -6587620 or 1866651. OLE color: 1866651.
HSL color Cylindrical-coordinate representation of color #9B7B1C: hue angle of 44.88º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B7B1C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 28 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.39 |
| HSL | 44.88º | 0.69% | 0.36% | - |
| HSV(B) | 44.88º | 0.82% | 0.61% | - |
| XYZ | 20.81 | 21.22 | 4.1 | - |
| YUV | 121.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 28 | 0 | 0.21 | 0.82 | 0.39 | 44.88 | 0.69 | 0.36 |
| Hex | 9B | 7B | 1C | 0 | 15 | 52 | 27 | 2D | 45 | 24 |
| Octal | 233 | 173 | 34 | 0 | 25 | 122 | 47 | 55 | 105 | 44 |
| Binary | 10011011 | 1111011 | 11100 | 0 | 10101 | 1010010 | 100111 | 101101 | 1000101 | 100100 |
Color Harmonies of #9B7B1C
Complementary color
Monochromatic Colors of #9B7B1C
Black with #9B7B1C
Text Example
Text Example
White with #9B7B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B1C; }
p { color: rgb(155,123,28); }
H1.HeaderClassName
{
color: #9B7B1C;
}
.AnyTagClassName
{
color: #9B7B1C;
}
</style>
background-color css
<style>
a { background-color: #9B7B1C; }
a { background-color: rgb(155,123,28); }
div.DivClassName
{
background-color: #9B7B1C;
}
.BgClassName
{
background-color: #9B7B1C;
}
</style>
border-color css
<style>
span { border-color: #9B7B1C; }
span { border-color: rgb(155,123,28); }
td.TdClassName
{
border-color: #9B7B1C;
}
.TagClassName
{
border-color: #9B7B1C;
}
</style>