Shades of Hacienda #947C0B
Tints of Hacienda #947C0B
RGB
CMYK
RGB Variations
Color information
#947C0B (or 0x947C0B) is known color: Hacienda. HEX triplet: 94, 7C and 0B. RGB value is (148,124,11). Sum of RGB (Red+Green+Blue) = 148+124+11=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C0B is #6B83F4. Grayscale: #767676. Windows color (decimal): -7046133 or 752788. OLE color: 752788.
HSL color Cylindrical-coordinate representation of color #947C0B: hue angle of 49.49º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #947C0B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.42 |
| HSL | 49.49º | 0.86% | 0.31% | - |
| HSV(B) | 49.49º | 0.93% | 0.58% | - |
| XYZ | 19.48 | 20.74 | 3.29 | - |
| YUV | 118.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 11 | 0 | 0.16 | 0.93 | 0.42 | 49.49 | 0.86 | 0.31 |
| Hex | 94 | 7C | B | 0 | 10 | 5D | 2A | 31 | 56 | 1F |
| Octal | 224 | 174 | 13 | 0 | 20 | 135 | 52 | 61 | 126 | 37 |
| Binary | 10010100 | 1111100 | 1011 | 0 | 10000 | 1011101 | 101010 | 110001 | 1010110 | 11111 |
Color Harmonies of #947C0B
Complementary color
Monochromatic Colors of #947C0B
Black with #947C0B
Text Example
Text Example
White with #947C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C0B; }
p { color: rgb(148,124,11); }
H1.HeaderClassName
{
color: #947C0B;
}
.AnyTagClassName
{
color: #947C0B;
}
</style>
background-color css
<style>
a { background-color: #947C0B; }
a { background-color: rgb(148,124,11); }
div.DivClassName
{
background-color: #947C0B;
}
.BgClassName
{
background-color: #947C0B;
}
</style>
border-color css
<style>
span { border-color: #947C0B; }
span { border-color: rgb(148,124,11); }
td.TdClassName
{
border-color: #947C0B;
}
.TagClassName
{
border-color: #947C0B;
}
</style>