Shades of Hacienda #9B7D23
Tints of Hacienda #9B7D23
RGB
CMYK
RGB Variations
Color information
#9B7D23 (or 0x9B7D23) is known color: Hacienda. HEX triplet: 9B, 7D and 23. RGB value is (155,125,35). Sum of RGB (Red+Green+Blue) = 155+125+35=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D23 is #6482DC. Grayscale: #7C7C7C. Windows color (decimal): -6587101 or 2325915. OLE color: 2325915.
HSL color Cylindrical-coordinate representation of color #9B7D23: hue angle of 45º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B7D23 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 35 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.39 |
| HSL | 45º | 0.63% | 0.37% | - |
| HSV(B) | 45º | 0.77% | 0.61% | - |
| XYZ | 21.15 | 21.76 | 4.67 | - |
| YUV | 123.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 35 | 0 | 0.19 | 0.77 | 0.39 | 45 | 0.63 | 0.37 |
| Hex | 9B | 7D | 23 | 0 | 13 | 4D | 27 | 2D | 3F | 25 |
| Octal | 233 | 175 | 43 | 0 | 23 | 115 | 47 | 55 | 77 | 45 |
| Binary | 10011011 | 1111101 | 100011 | 0 | 10011 | 1001101 | 100111 | 101101 | 111111 | 100101 |
Color Harmonies of #9B7D23
Complementary color
Monochromatic Colors of #9B7D23
Black with #9B7D23
Text Example
Text Example
White with #9B7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D23; }
p { color: rgb(155,125,35); }
H1.HeaderClassName
{
color: #9B7D23;
}
.AnyTagClassName
{
color: #9B7D23;
}
</style>
background-color css
<style>
a { background-color: #9B7D23; }
a { background-color: rgb(155,125,35); }
div.DivClassName
{
background-color: #9B7D23;
}
.BgClassName
{
background-color: #9B7D23;
}
</style>
border-color css
<style>
span { border-color: #9B7D23; }
span { border-color: rgb(155,125,35); }
td.TdClassName
{
border-color: #9B7D23;
}
.TagClassName
{
border-color: #9B7D23;
}
</style>