Shades of Hacienda #9A7D0E
Tints of Hacienda #9A7D0E
RGB
CMYK
RGB Variations
Color information
#9A7D0E (or 0x9A7D0E) is known color: Hacienda. HEX triplet: 9A, 7D and 0E. RGB value is (154,125,14). Sum of RGB (Red+Green+Blue) = 154+125+14=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7D0E is #6582F1. Grayscale: #797979. Windows color (decimal): -6652658 or 949658. OLE color: 949658.
HSL color Cylindrical-coordinate representation of color #9A7D0E: hue angle of 47.57º 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 #9A7D0E is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 14 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.40 |
| HSL | 47.57º | 0.83% | 0.33% | - |
| HSV(B) | 47.57º | 0.91% | 0.6% | - |
| XYZ | 20.74 | 21.57 | 3.49 | - |
| YUV | 121.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 14 | 0 | 0.19 | 0.91 | 0.40 | 47.57 | 0.83 | 0.33 |
| Hex | 9A | 7D | E | 0 | 13 | 5B | 28 | 30 | 53 | 21 |
| Octal | 232 | 175 | 16 | 0 | 23 | 133 | 50 | 60 | 123 | 41 |
| Binary | 10011010 | 1111101 | 1110 | 0 | 10011 | 1011011 | 101000 | 110000 | 1010011 | 100001 |
Color Harmonies of #9A7D0E
Complementary color
Monochromatic Colors of #9A7D0E
Black with #9A7D0E
Text Example
Text Example
White with #9A7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D0E; }
p { color: rgb(154,125,14); }
H1.HeaderClassName
{
color: #9A7D0E;
}
.AnyTagClassName
{
color: #9A7D0E;
}
</style>
background-color css
<style>
a { background-color: #9A7D0E; }
a { background-color: rgb(154,125,14); }
div.DivClassName
{
background-color: #9A7D0E;
}
.BgClassName
{
background-color: #9A7D0E;
}
</style>
border-color css
<style>
span { border-color: #9A7D0E; }
span { border-color: rgb(154,125,14); }
td.TdClassName
{
border-color: #9A7D0E;
}
.TagClassName
{
border-color: #9A7D0E;
}
</style>