Shades of Hacienda #9B7A1F
Tints of Hacienda #9B7A1F
RGB
CMYK
RGB Variations
Color information
#9B7A1F (or 0x9B7A1F) is known color: Hacienda. HEX triplet: 9B, 7A and 1F. RGB value is (155,122,31). Sum of RGB (Red+Green+Blue) = 155+122+31=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A1F is #6485E0. Grayscale: #797979. Windows color (decimal): -6587873 or 2063003. OLE color: 2063003.
HSL color Cylindrical-coordinate representation of color #9B7A1F: hue angle of 44.03º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B7A1F is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 31 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.39 |
| HSL | 44.03º | 0.67% | 0.36% | - |
| HSV(B) | 44.03º | 0.8% | 0.61% | - |
| XYZ | 20.72 | 20.99 | 4.25 | - |
| YUV | 121.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 31 | 0 | 0.21 | 0.8 | 0.39 | 44.03 | 0.67 | 0.36 |
| Hex | 9B | 7A | 1F | 0 | 15 | 50 | 27 | 2C | 43 | 24 |
| Octal | 233 | 172 | 37 | 0 | 25 | 120 | 47 | 54 | 103 | 44 |
| Binary | 10011011 | 1111010 | 11111 | 0 | 10101 | 1010000 | 100111 | 101100 | 1000011 | 100100 |
Color Harmonies of #9B7A1F
Complementary color
Monochromatic Colors of #9B7A1F
Black with #9B7A1F
Text Example
Text Example
White with #9B7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A1F; }
p { color: rgb(155,122,31); }
H1.HeaderClassName
{
color: #9B7A1F;
}
.AnyTagClassName
{
color: #9B7A1F;
}
</style>
background-color css
<style>
a { background-color: #9B7A1F; }
a { background-color: rgb(155,122,31); }
div.DivClassName
{
background-color: #9B7A1F;
}
.BgClassName
{
background-color: #9B7A1F;
}
</style>
border-color css
<style>
span { border-color: #9B7A1F; }
span { border-color: rgb(155,122,31); }
td.TdClassName
{
border-color: #9B7A1F;
}
.TagClassName
{
border-color: #9B7A1F;
}
</style>