Shades of Hacienda #9B7D1F
Tints of Hacienda #9B7D1F
RGB
CMYK
RGB Variations
Color information
#9B7D1F (or 0x9B7D1F) is known color: Hacienda. HEX triplet: 9B, 7D and 1F. RGB value is (155,125,31). Sum of RGB (Red+Green+Blue) = 155+125+31=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D1F is #6482E0. Grayscale: #7B7B7B. Windows color (decimal): -6587105 or 2063771. OLE color: 2063771.
HSL color Cylindrical-coordinate representation of color #9B7D1F: hue angle of 45.48º 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 #9B7D1F is Cyan = 0, Magento = 0.19, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 31 | - |
| CMYK | 0 | 0.19 | 0.8 | 0.39 |
| HSL | 45.48º | 0.67% | 0.36% | - |
| HSV(B) | 45.48º | 0.8% | 0.61% | - |
| XYZ | 21.1 | 21.73 | 4.38 | - |
| YUV | 123.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 31 | 0 | 0.19 | 0.8 | 0.39 | 45.48 | 0.67 | 0.36 |
| Hex | 9B | 7D | 1F | 0 | 13 | 50 | 27 | 2D | 43 | 24 |
| Octal | 233 | 175 | 37 | 0 | 23 | 120 | 47 | 55 | 103 | 44 |
| Binary | 10011011 | 1111101 | 11111 | 0 | 10011 | 1010000 | 100111 | 101101 | 1000011 | 100100 |
Color Harmonies of #9B7D1F
Complementary color
Monochromatic Colors of #9B7D1F
Black with #9B7D1F
Text Example
Text Example
White with #9B7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D1F; }
p { color: rgb(155,125,31); }
H1.HeaderClassName
{
color: #9B7D1F;
}
.AnyTagClassName
{
color: #9B7D1F;
}
</style>
background-color css
<style>
a { background-color: #9B7D1F; }
a { background-color: rgb(155,125,31); }
div.DivClassName
{
background-color: #9B7D1F;
}
.BgClassName
{
background-color: #9B7D1F;
}
</style>
border-color css
<style>
span { border-color: #9B7D1F; }
span { border-color: rgb(155,125,31); }
td.TdClassName
{
border-color: #9B7D1F;
}
.TagClassName
{
border-color: #9B7D1F;
}
</style>