Shades of Hacienda #9A7E0E
Tints of Hacienda #9A7E0E
RGB
CMYK
RGB Variations
Color information
#9A7E0E (or 0x9A7E0E) is known color: Hacienda. HEX triplet: 9A, 7E and 0E. RGB value is (154,126,14). Sum of RGB (Red+Green+Blue) = 154+126+14=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7E0E is #6581F1. Grayscale: #7A7A7A. Windows color (decimal): -6652402 or 949914. OLE color: 949914.
HSL color Cylindrical-coordinate representation of color #9A7E0E: hue angle of 48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A7E0E is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 14 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.40 |
| HSL | 48º | 0.83% | 0.33% | - |
| HSV(B) | 48º | 0.91% | 0.6% | - |
| XYZ | 20.87 | 21.82 | 3.53 | - |
| YUV | 121.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 14 | 0 | 0.18 | 0.91 | 0.40 | 48 | 0.83 | 0.33 |
| Hex | 9A | 7E | E | 0 | 12 | 5B | 28 | 30 | 53 | 21 |
| Octal | 232 | 176 | 16 | 0 | 22 | 133 | 50 | 60 | 123 | 41 |
| Binary | 10011010 | 1111110 | 1110 | 0 | 10010 | 1011011 | 101000 | 110000 | 1010011 | 100001 |
Color Harmonies of #9A7E0E
Complementary color
Monochromatic Colors of #9A7E0E
Black with #9A7E0E
Text Example
Text Example
White with #9A7E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E0E; }
p { color: rgb(154,126,14); }
H1.HeaderClassName
{
color: #9A7E0E;
}
.AnyTagClassName
{
color: #9A7E0E;
}
</style>
background-color css
<style>
a { background-color: #9A7E0E; }
a { background-color: rgb(154,126,14); }
div.DivClassName
{
background-color: #9A7E0E;
}
.BgClassName
{
background-color: #9A7E0E;
}
</style>
border-color css
<style>
span { border-color: #9A7E0E; }
span { border-color: rgb(154,126,14); }
td.TdClassName
{
border-color: #9A7E0E;
}
.TagClassName
{
border-color: #9A7E0E;
}
</style>