Shades of Hacienda #947F0B
Tints of Hacienda #947F0B
RGB
CMYK
RGB Variations
Color information
#947F0B (or 0x947F0B) is known color: Hacienda. HEX triplet: 94, 7F and 0B. RGB value is (148,127,11). Sum of RGB (Red+Green+Blue) = 148+127+11=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F0B is #6B80F4. Grayscale: #787878. Windows color (decimal): -7045365 or 753556. OLE color: 753556.
HSL color Cylindrical-coordinate representation of color #947F0B: hue angle of 50.8º 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 #947F0B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 11 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.42 |
| HSL | 50.8º | 0.86% | 0.31% | - |
| HSV(B) | 50.8º | 0.93% | 0.58% | - |
| XYZ | 19.86 | 21.5 | 3.42 | - |
| YUV | 120.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 11 | 0 | 0.14 | 0.93 | 0.42 | 50.8 | 0.86 | 0.31 |
| Hex | 94 | 7F | B | 0 | E | 5D | 2A | 33 | 56 | 1F |
| Octal | 224 | 177 | 13 | 0 | 16 | 135 | 52 | 63 | 126 | 37 |
| Binary | 10010100 | 1111111 | 1011 | 0 | 1110 | 1011101 | 101010 | 110011 | 1010110 | 11111 |
Color Harmonies of #947F0B
Complementary color
Monochromatic Colors of #947F0B
Black with #947F0B
Text Example
Text Example
White with #947F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F0B; }
p { color: rgb(148,127,11); }
H1.HeaderClassName
{
color: #947F0B;
}
.AnyTagClassName
{
color: #947F0B;
}
</style>
background-color css
<style>
a { background-color: #947F0B; }
a { background-color: rgb(148,127,11); }
div.DivClassName
{
background-color: #947F0B;
}
.BgClassName
{
background-color: #947F0B;
}
</style>
border-color css
<style>
span { border-color: #947F0B; }
span { border-color: rgb(148,127,11); }
td.TdClassName
{
border-color: #947F0B;
}
.TagClassName
{
border-color: #947F0B;
}
</style>