Shades of Hacienda #94761D
Tints of Hacienda #94761D
RGB
CMYK
RGB Variations
Color information
#94761D (or 0x94761D) is known color: Hacienda. HEX triplet: 94, 76 and 1D. RGB value is (148,118,29). Sum of RGB (Red+Green+Blue) = 148+118+29=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94761D is #6B89E2. Grayscale: #757575. Windows color (decimal): -7047651 or 1930900. OLE color: 1930900.
HSL color Cylindrical-coordinate representation of color #94761D: hue angle of 44.87º 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 #94761D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 29 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.42 |
| HSL | 44.87º | 0.67% | 0.35% | - |
| HSV(B) | 44.87º | 0.8% | 0.58% | - |
| XYZ | 18.91 | 19.34 | 3.9 | - |
| YUV | 116.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 29 | 0 | 0.20 | 0.80 | 0.42 | 44.87 | 0.67 | 0.35 |
| Hex | 94 | 76 | 1D | 0 | 14 | 50 | 2A | 2D | 43 | 23 |
| Octal | 224 | 166 | 35 | 0 | 24 | 120 | 52 | 55 | 103 | 43 |
| Binary | 10010100 | 1110110 | 11101 | 0 | 10100 | 1010000 | 101010 | 101101 | 1000011 | 100011 |
Color Harmonies of #94761D
Complementary color
Monochromatic Colors of #94761D
Black with #94761D
Text Example
Text Example
White with #94761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94761D; }
p { color: rgb(148,118,29); }
H1.HeaderClassName
{
color: #94761D;
}
.AnyTagClassName
{
color: #94761D;
}
</style>
background-color css
<style>
a { background-color: #94761D; }
a { background-color: rgb(148,118,29); }
div.DivClassName
{
background-color: #94761D;
}
.BgClassName
{
background-color: #94761D;
}
</style>
border-color css
<style>
span { border-color: #94761D; }
span { border-color: rgb(148,118,29); }
td.TdClassName
{
border-color: #94761D;
}
.TagClassName
{
border-color: #94761D;
}
</style>