Shades of Hacienda #9B731D
Tints of Hacienda #9B731D
RGB
CMYK
RGB Variations
Color information
#9B731D (or 0x9B731D) is known color: Hacienda. HEX triplet: 9B, 73 and 1D. RGB value is (155,115,29). Sum of RGB (Red+Green+Blue) = 155+115+29=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B731D is #648CE2. Grayscale: #757575. Windows color (decimal): -6589667 or 1930139. OLE color: 1930139.
HSL color Cylindrical-coordinate representation of color #9B731D: hue angle of 40.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B731D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 29 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.39 |
| HSL | 40.95º | 0.68% | 0.36% | - |
| HSV(B) | 40.95º | 0.81% | 0.61% | - |
| XYZ | 19.87 | 19.32 | 3.84 | - |
| YUV | 117.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 29 | 0 | 0.26 | 0.81 | 0.39 | 40.95 | 0.68 | 0.36 |
| Hex | 9B | 73 | 1D | 0 | 1A | 51 | 27 | 29 | 44 | 24 |
| Octal | 233 | 163 | 35 | 0 | 32 | 121 | 47 | 51 | 104 | 44 |
| Binary | 10011011 | 1110011 | 11101 | 0 | 11010 | 1010001 | 100111 | 101001 | 1000100 | 100100 |
Color Harmonies of #9B731D
Complementary color
Monochromatic Colors of #9B731D
Black with #9B731D
Text Example
Text Example
White with #9B731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B731D; }
p { color: rgb(155,115,29); }
H1.HeaderClassName
{
color: #9B731D;
}
.AnyTagClassName
{
color: #9B731D;
}
</style>
background-color css
<style>
a { background-color: #9B731D; }
a { background-color: rgb(155,115,29); }
div.DivClassName
{
background-color: #9B731D;
}
.BgClassName
{
background-color: #9B731D;
}
</style>
border-color css
<style>
span { border-color: #9B731D; }
span { border-color: rgb(155,115,29); }
td.TdClassName
{
border-color: #9B731D;
}
.TagClassName
{
border-color: #9B731D;
}
</style>