Shades of Hacienda #9B7A1C
Tints of Hacienda #9B7A1C
RGB
CMYK
RGB Variations
Color information
#9B7A1C (or 0x9B7A1C) is known color: Hacienda. HEX triplet: 9B, 7A and 1C. RGB value is (155,122,28). Sum of RGB (Red+Green+Blue) = 155+122+28=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A1C is #6485E3. Grayscale: #797979. Windows color (decimal): -6587876 or 1866395. OLE color: 1866395.
HSL color Cylindrical-coordinate representation of color #9B7A1C: hue angle of 44.41º 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 #9B7A1C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 28 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.39 |
| HSL | 44.41º | 0.69% | 0.36% | - |
| HSV(B) | 44.41º | 0.82% | 0.61% | - |
| XYZ | 20.69 | 20.97 | 4.06 | - |
| YUV | 121.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 28 | 0 | 0.21 | 0.82 | 0.39 | 44.41 | 0.69 | 0.36 |
| Hex | 9B | 7A | 1C | 0 | 15 | 52 | 27 | 2C | 45 | 24 |
| Octal | 233 | 172 | 34 | 0 | 25 | 122 | 47 | 54 | 105 | 44 |
| Binary | 10011011 | 1111010 | 11100 | 0 | 10101 | 1010010 | 100111 | 101100 | 1000101 | 100100 |
Color Harmonies of #9B7A1C
Complementary color
Monochromatic Colors of #9B7A1C
Black with #9B7A1C
Text Example
Text Example
White with #9B7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A1C; }
p { color: rgb(155,122,28); }
H1.HeaderClassName
{
color: #9B7A1C;
}
.AnyTagClassName
{
color: #9B7A1C;
}
</style>
background-color css
<style>
a { background-color: #9B7A1C; }
a { background-color: rgb(155,122,28); }
div.DivClassName
{
background-color: #9B7A1C;
}
.BgClassName
{
background-color: #9B7A1C;
}
</style>
border-color css
<style>
span { border-color: #9B7A1C; }
span { border-color: rgb(155,122,28); }
td.TdClassName
{
border-color: #9B7A1C;
}
.TagClassName
{
border-color: #9B7A1C;
}
</style>