Shades of Hacienda #9E802F
Tints of Hacienda #9E802F
RGB
CMYK
RGB Variations
Color information
#9E802F (or 0x9E802F) is known color: Hacienda. HEX triplet: 9E, 80 and 2F. RGB value is (158,128,47). Sum of RGB (Red+Green+Blue) = 158+128+47=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E802F is #617FD0. Grayscale: #808080. Windows color (decimal): -6389713 or 3113118. OLE color: 3113118.
HSL color Cylindrical-coordinate representation of color #9E802F: hue angle of 43.78º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E802F is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 47 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.38 |
| HSL | 43.78º | 0.54% | 0.4% | - |
| HSV(B) | 43.78º | 0.7% | 0.62% | - |
| XYZ | 22.33 | 22.91 | 5.93 | - |
| YUV | 127.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 47 | 0 | 0.19 | 0.70 | 0.38 | 43.78 | 0.54 | 0.4 |
| Hex | 9E | 80 | 2F | 0 | 13 | 46 | 26 | 2C | 36 | 28 |
| Octal | 236 | 200 | 57 | 0 | 23 | 106 | 46 | 54 | 66 | 50 |
| Binary | 10011110 | 10000000 | 101111 | 0 | 10011 | 1000110 | 100110 | 101100 | 110110 | 101000 |
Color Harmonies of #9E802F
Complementary color
Monochromatic Colors of #9E802F
Black with #9E802F
Text Example
Text Example
White with #9E802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E802F; }
p { color: rgb(158,128,47); }
H1.HeaderClassName
{
color: #9E802F;
}
.AnyTagClassName
{
color: #9E802F;
}
</style>
background-color css
<style>
a { background-color: #9E802F; }
a { background-color: rgb(158,128,47); }
div.DivClassName
{
background-color: #9E802F;
}
.BgClassName
{
background-color: #9E802F;
}
</style>
border-color css
<style>
span { border-color: #9E802F; }
span { border-color: rgb(158,128,47); }
td.TdClassName
{
border-color: #9E802F;
}
.TagClassName
{
border-color: #9E802F;
}
</style>