Shades of Hacienda #9E891F
Tints of Hacienda #9E891F
RGB
CMYK
RGB Variations
Color information
#9E891F (or 0x9E891F) is known color: Hacienda. HEX triplet: 9E, 89 and 1F. RGB value is (158,137,31). Sum of RGB (Red+Green+Blue) = 158+137+31=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E891F is #6176E0. Grayscale: #838383. Windows color (decimal): -6387425 or 2066846. OLE color: 2066846.
HSL color Cylindrical-coordinate representation of color #9E891F: hue angle of 50.08º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E891F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 31 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.38 |
| HSL | 50.08º | 0.67% | 0.37% | - |
| HSV(B) | 50.08º | 0.8% | 0.62% | - |
| XYZ | 23.29 | 25.26 | 4.94 | - |
| YUV | 131.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 31 | 0 | 0.13 | 0.80 | 0.38 | 50.08 | 0.67 | 0.37 |
| Hex | 9E | 89 | 1F | 0 | D | 50 | 26 | 32 | 43 | 25 |
| Octal | 236 | 211 | 37 | 0 | 15 | 120 | 46 | 62 | 103 | 45 |
| Binary | 10011110 | 10001001 | 11111 | 0 | 1101 | 1010000 | 100110 | 110010 | 1000011 | 100101 |
Color Harmonies of #9E891F
Complementary color
Monochromatic Colors of #9E891F
Black with #9E891F
Text Example
Text Example
White with #9E891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E891F; }
p { color: rgb(158,137,31); }
H1.HeaderClassName
{
color: #9E891F;
}
.AnyTagClassName
{
color: #9E891F;
}
</style>
background-color css
<style>
a { background-color: #9E891F; }
a { background-color: rgb(158,137,31); }
div.DivClassName
{
background-color: #9E891F;
}
.BgClassName
{
background-color: #9E891F;
}
</style>
border-color css
<style>
span { border-color: #9E891F; }
span { border-color: rgb(158,137,31); }
td.TdClassName
{
border-color: #9E891F;
}
.TagClassName
{
border-color: #9E891F;
}
</style>