Shades of Hacienda #94761B
Tints of Hacienda #94761B
RGB
CMYK
RGB Variations
Color information
#94761B (or 0x94761B) is known color: Hacienda. HEX triplet: 94, 76 and 1B. RGB value is (148,118,27). Sum of RGB (Red+Green+Blue) = 148+118+27=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94761B is #6B89E4. Grayscale: #747474. Windows color (decimal): -7047653 or 1799828. OLE color: 1799828.
HSL color Cylindrical-coordinate representation of color #94761B: hue angle of 45.12º 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 #94761B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 27 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.42 |
| HSL | 45.12º | 0.69% | 0.34% | - |
| HSV(B) | 45.12º | 0.82% | 0.58% | - |
| XYZ | 18.89 | 19.33 | 3.77 | - |
| YUV | 116.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 27 | 0 | 0.20 | 0.82 | 0.42 | 45.12 | 0.69 | 0.34 |
| Hex | 94 | 76 | 1B | 0 | 14 | 52 | 2A | 2D | 45 | 22 |
| Octal | 224 | 166 | 33 | 0 | 24 | 122 | 52 | 55 | 105 | 42 |
| Binary | 10010100 | 1110110 | 11011 | 0 | 10100 | 1010010 | 101010 | 101101 | 1000101 | 100010 |
Color Harmonies of #94761B
Complementary color
Monochromatic Colors of #94761B
Black with #94761B
Text Example
Text Example
White with #94761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94761B; }
p { color: rgb(148,118,27); }
H1.HeaderClassName
{
color: #94761B;
}
.AnyTagClassName
{
color: #94761B;
}
</style>
background-color css
<style>
a { background-color: #94761B; }
a { background-color: rgb(148,118,27); }
div.DivClassName
{
background-color: #94761B;
}
.BgClassName
{
background-color: #94761B;
}
</style>
border-color css
<style>
span { border-color: #94761B; }
span { border-color: rgb(148,118,27); }
td.TdClassName
{
border-color: #94761B;
}
.TagClassName
{
border-color: #94761B;
}
</style>