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