Shades of Hacienda #9C841B
Tints of Hacienda #9C841B
RGB
CMYK
RGB Variations
Color information
#9C841B (or 0x9C841B) is known color: Hacienda. HEX triplet: 9C, 84 and 1B. RGB value is (156,132,27). Sum of RGB (Red+Green+Blue) = 156+132+27=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C841B is #637BE4. Grayscale: #7F7F7F. Windows color (decimal): -6519781 or 1803420. OLE color: 1803420.
HSL color Cylindrical-coordinate representation of color #9C841B: hue angle of 48.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C841B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 27 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.39 |
| HSL | 48.84º | 0.7% | 0.36% | - |
| HSV(B) | 48.84º | 0.83% | 0.61% | - |
| XYZ | 22.16 | 23.65 | 4.43 | - |
| YUV | 127.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 27 | 0 | 0.15 | 0.83 | 0.39 | 48.84 | 0.7 | 0.36 |
| Hex | 9C | 84 | 1B | 0 | F | 53 | 27 | 31 | 46 | 24 |
| Octal | 234 | 204 | 33 | 0 | 17 | 123 | 47 | 61 | 106 | 44 |
| Binary | 10011100 | 10000100 | 11011 | 0 | 1111 | 1010011 | 100111 | 110001 | 1000110 | 100100 |
Color Harmonies of #9C841B
Complementary color
Monochromatic Colors of #9C841B
Black with #9C841B
Text Example
Text Example
White with #9C841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C841B; }
p { color: rgb(156,132,27); }
H1.HeaderClassName
{
color: #9C841B;
}
.AnyTagClassName
{
color: #9C841B;
}
</style>
background-color css
<style>
a { background-color: #9C841B; }
a { background-color: rgb(156,132,27); }
div.DivClassName
{
background-color: #9C841B;
}
.BgClassName
{
background-color: #9C841B;
}
</style>
border-color css
<style>
span { border-color: #9C841B; }
span { border-color: rgb(156,132,27); }
td.TdClassName
{
border-color: #9C841B;
}
.TagClassName
{
border-color: #9C841B;
}
</style>