Shades of Hacienda #9D890B
Tints of Hacienda #9D890B
RGB
CMYK
RGB Variations
Color information
#9D890B (or 0x9D890B) is known color: Hacienda. HEX triplet: 9D, 89 and 0B. RGB value is (157,137,11). Sum of RGB (Red+Green+Blue) = 157+137+11=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D890B is #6276F4. Grayscale: #818181. Windows color (decimal): -6452981 or 756125. OLE color: 756125.
HSL color Cylindrical-coordinate representation of color #9D890B: hue angle of 51.78º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D890B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.38 |
| HSL | 51.78º | 0.87% | 0.33% | - |
| HSV(B) | 51.78º | 0.93% | 0.62% | - |
| XYZ | 22.91 | 25.08 | 3.95 | - |
| YUV | 128.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 11 | 0 | 0.13 | 0.93 | 0.38 | 51.78 | 0.87 | 0.33 |
| Hex | 9D | 89 | B | 0 | D | 5D | 26 | 34 | 57 | 21 |
| Octal | 235 | 211 | 13 | 0 | 15 | 135 | 46 | 64 | 127 | 41 |
| Binary | 10011101 | 10001001 | 1011 | 0 | 1101 | 1011101 | 100110 | 110100 | 1010111 | 100001 |
Color Harmonies of #9D890B
Complementary color
Monochromatic Colors of #9D890B
Black with #9D890B
Text Example
Text Example
White with #9D890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D890B; }
p { color: rgb(157,137,11); }
H1.HeaderClassName
{
color: #9D890B;
}
.AnyTagClassName
{
color: #9D890B;
}
</style>
background-color css
<style>
a { background-color: #9D890B; }
a { background-color: rgb(157,137,11); }
div.DivClassName
{
background-color: #9D890B;
}
.BgClassName
{
background-color: #9D890B;
}
</style>
border-color css
<style>
span { border-color: #9D890B; }
span { border-color: rgb(157,137,11); }
td.TdClassName
{
border-color: #9D890B;
}
.TagClassName
{
border-color: #9D890B;
}
</style>