Shades of Hacienda #9B841D
Tints of Hacienda #9B841D
RGB
CMYK
RGB Variations
Color information
#9B841D (or 0x9B841D) is known color: Hacienda. HEX triplet: 9B, 84 and 1D. RGB value is (155,132,29). Sum of RGB (Red+Green+Blue) = 155+132+29=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B841D is #647BE2. Grayscale: #7F7F7F. Windows color (decimal): -6585315 or 1934491. OLE color: 1934491.
HSL color Cylindrical-coordinate representation of color #9B841D: hue angle of 49.05º 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 #9B841D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 29 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.39 |
| HSL | 49.05º | 0.68% | 0.36% | - |
| HSV(B) | 49.05º | 0.81% | 0.61% | - |
| XYZ | 21.99 | 23.56 | 4.55 | - |
| YUV | 127.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 29 | 0 | 0.15 | 0.81 | 0.39 | 49.05 | 0.68 | 0.36 |
| Hex | 9B | 84 | 1D | 0 | F | 51 | 27 | 31 | 44 | 24 |
| Octal | 233 | 204 | 35 | 0 | 17 | 121 | 47 | 61 | 104 | 44 |
| Binary | 10011011 | 10000100 | 11101 | 0 | 1111 | 1010001 | 100111 | 110001 | 1000100 | 100100 |
Color Harmonies of #9B841D
Complementary color
Monochromatic Colors of #9B841D
Black with #9B841D
Text Example
Text Example
White with #9B841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B841D; }
p { color: rgb(155,132,29); }
H1.HeaderClassName
{
color: #9B841D;
}
.AnyTagClassName
{
color: #9B841D;
}
</style>
background-color css
<style>
a { background-color: #9B841D; }
a { background-color: rgb(155,132,29); }
div.DivClassName
{
background-color: #9B841D;
}
.BgClassName
{
background-color: #9B841D;
}
</style>
border-color css
<style>
span { border-color: #9B841D; }
span { border-color: rgb(155,132,29); }
td.TdClassName
{
border-color: #9B841D;
}
.TagClassName
{
border-color: #9B841D;
}
</style>