Shades of Hacienda #947C0E
Tints of Hacienda #947C0E
RGB
CMYK
RGB Variations
Color information
#947C0E (or 0x947C0E) is known color: Hacienda. HEX triplet: 94, 7C and 0E. RGB value is (148,124,14). Sum of RGB (Red+Green+Blue) = 148+124+14=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C0E is #6B83F1. Grayscale: #777777. Windows color (decimal): -7046130 or 949396. OLE color: 949396.
HSL color Cylindrical-coordinate representation of color #947C0E: hue angle of 49.25º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #947C0E is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 14 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.42 |
| HSL | 49.25º | 0.83% | 0.32% | - |
| HSV(B) | 49.25º | 0.91% | 0.58% | - |
| XYZ | 19.5 | 20.74 | 3.39 | - |
| YUV | 118.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 14 | 0 | 0.16 | 0.91 | 0.42 | 49.25 | 0.83 | 0.32 |
| Hex | 94 | 7C | E | 0 | 10 | 5B | 2A | 31 | 53 | 20 |
| Octal | 224 | 174 | 16 | 0 | 20 | 133 | 52 | 61 | 123 | 40 |
| Binary | 10010100 | 1111100 | 1110 | 0 | 10000 | 1011011 | 101010 | 110001 | 1010011 | 100000 |
Color Harmonies of #947C0E
Complementary color
Monochromatic Colors of #947C0E
Black with #947C0E
Text Example
Text Example
White with #947C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C0E; }
p { color: rgb(148,124,14); }
H1.HeaderClassName
{
color: #947C0E;
}
.AnyTagClassName
{
color: #947C0E;
}
</style>
background-color css
<style>
a { background-color: #947C0E; }
a { background-color: rgb(148,124,14); }
div.DivClassName
{
background-color: #947C0E;
}
.BgClassName
{
background-color: #947C0E;
}
</style>
border-color css
<style>
span { border-color: #947C0E; }
span { border-color: rgb(148,124,14); }
td.TdClassName
{
border-color: #947C0E;
}
.TagClassName
{
border-color: #947C0E;
}
</style>