Shades of Hacienda #94791D
Tints of Hacienda #94791D
RGB
CMYK
RGB Variations
Color information
#94791D (or 0x94791D) is known color: Hacienda. HEX triplet: 94, 79 and 1D. RGB value is (148,121,29). Sum of RGB (Red+Green+Blue) = 148+121+29=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94791D is #6B86E2. Grayscale: #767676. Windows color (decimal): -7046883 or 1931668. OLE color: 1931668.
HSL color Cylindrical-coordinate representation of color #94791D: hue angle of 46.39º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94791D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 29 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.42 |
| HSL | 46.39º | 0.67% | 0.35% | - |
| HSV(B) | 46.39º | 0.8% | 0.58% | - |
| XYZ | 19.27 | 20.06 | 4.02 | - |
| YUV | 118.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 29 | 0 | 0.18 | 0.80 | 0.42 | 46.39 | 0.67 | 0.35 |
| Hex | 94 | 79 | 1D | 0 | 12 | 50 | 2A | 2E | 43 | 23 |
| Octal | 224 | 171 | 35 | 0 | 22 | 120 | 52 | 56 | 103 | 43 |
| Binary | 10010100 | 1111001 | 11101 | 0 | 10010 | 1010000 | 101010 | 101110 | 1000011 | 100011 |
Color Harmonies of #94791D
Complementary color
Monochromatic Colors of #94791D
Black with #94791D
Text Example
Text Example
White with #94791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94791D; }
p { color: rgb(148,121,29); }
H1.HeaderClassName
{
color: #94791D;
}
.AnyTagClassName
{
color: #94791D;
}
</style>
background-color css
<style>
a { background-color: #94791D; }
a { background-color: rgb(148,121,29); }
div.DivClassName
{
background-color: #94791D;
}
.BgClassName
{
background-color: #94791D;
}
</style>
border-color css
<style>
span { border-color: #94791D; }
span { border-color: rgb(148,121,29); }
td.TdClassName
{
border-color: #94791D;
}
.TagClassName
{
border-color: #94791D;
}
</style>