Shades of Hacienda #94791B
Tints of Hacienda #94791B
RGB
CMYK
RGB Variations
Color information
#94791B (or 0x94791B) is known color: Hacienda. HEX triplet: 94, 79 and 1B. RGB value is (148,121,27). Sum of RGB (Red+Green+Blue) = 148+121+27=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94791B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94791B is #6B86E4. Grayscale: #767676. Windows color (decimal): -7046885 or 1800596. OLE color: 1800596.
HSL color Cylindrical-coordinate representation of color #94791B: hue angle of 46.61º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94791B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 27 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.42 |
| HSL | 46.61º | 0.69% | 0.34% | - |
| HSV(B) | 46.61º | 0.82% | 0.58% | - |
| XYZ | 19.25 | 20.05 | 3.89 | - |
| YUV | 118.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 27 | 0 | 0.18 | 0.82 | 0.42 | 46.61 | 0.69 | 0.34 |
| Hex | 94 | 79 | 1B | 0 | 12 | 52 | 2A | 2F | 45 | 22 |
| Octal | 224 | 171 | 33 | 0 | 22 | 122 | 52 | 57 | 105 | 42 |
| Binary | 10010100 | 1111001 | 11011 | 0 | 10010 | 1010010 | 101010 | 101111 | 1000101 | 100010 |
Color Harmonies of #94791B
Complementary color
Monochromatic Colors of #94791B
Black with #94791B
Text Example
Text Example
White with #94791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94791B; }
p { color: rgb(148,121,27); }
H1.HeaderClassName
{
color: #94791B;
}
.AnyTagClassName
{
color: #94791B;
}
</style>
background-color css
<style>
a { background-color: #94791B; }
a { background-color: rgb(148,121,27); }
div.DivClassName
{
background-color: #94791B;
}
.BgClassName
{
background-color: #94791B;
}
</style>
border-color css
<style>
span { border-color: #94791B; }
span { border-color: rgb(148,121,27); }
td.TdClassName
{
border-color: #94791B;
}
.TagClassName
{
border-color: #94791B;
}
</style>