Shades of Hacienda #94751D
Tints of Hacienda #94751D
RGB
CMYK
RGB Variations
Color information
#94751D (or 0x94751D) is known color: Hacienda. HEX triplet: 94, 75 and 1D. RGB value is (148,117,29). Sum of RGB (Red+Green+Blue) = 148+117+29=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94751D is #6B8AE2. Grayscale: #747474. Windows color (decimal): -7047907 or 1930644. OLE color: 1930644.
HSL color Cylindrical-coordinate representation of color #94751D: hue angle of 44.37º 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 #94751D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 29 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.42 |
| HSL | 44.37º | 0.67% | 0.35% | - |
| HSV(B) | 44.37º | 0.8% | 0.58% | - |
| XYZ | 18.8 | 19.11 | 3.86 | - |
| YUV | 116.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 29 | 0 | 0.21 | 0.80 | 0.42 | 44.37 | 0.67 | 0.35 |
| Hex | 94 | 75 | 1D | 0 | 15 | 50 | 2A | 2C | 43 | 23 |
| Octal | 224 | 165 | 35 | 0 | 25 | 120 | 52 | 54 | 103 | 43 |
| Binary | 10010100 | 1110101 | 11101 | 0 | 10101 | 1010000 | 101010 | 101100 | 1000011 | 100011 |
Color Harmonies of #94751D
Complementary color
Monochromatic Colors of #94751D
Black with #94751D
Text Example
Text Example
White with #94751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94751D; }
p { color: rgb(148,117,29); }
H1.HeaderClassName
{
color: #94751D;
}
.AnyTagClassName
{
color: #94751D;
}
</style>
background-color css
<style>
a { background-color: #94751D; }
a { background-color: rgb(148,117,29); }
div.DivClassName
{
background-color: #94751D;
}
.BgClassName
{
background-color: #94751D;
}
</style>
border-color css
<style>
span { border-color: #94751D; }
span { border-color: rgb(148,117,29); }
td.TdClassName
{
border-color: #94751D;
}
.TagClassName
{
border-color: #94751D;
}
</style>