Shades of Hacienda #947A1D
Tints of Hacienda #947A1D
RGB
CMYK
RGB Variations
Color information
#947A1D (or 0x947A1D) is known color: Hacienda. HEX triplet: 94, 7A and 1D. RGB value is (148,122,29). Sum of RGB (Red+Green+Blue) = 148+122+29=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #947A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A1D is #6B85E2. Grayscale: #777777. Windows color (decimal): -7046627 or 1931924. OLE color: 1931924.
HSL color Cylindrical-coordinate representation of color #947A1D: hue angle of 46.89º 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 #947A1D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 29 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.42 |
| HSL | 46.89º | 0.67% | 0.35% | - |
| HSV(B) | 46.89º | 0.8% | 0.58% | - |
| XYZ | 19.39 | 20.3 | 4.06 | - |
| YUV | 119.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 29 | 0 | 0.18 | 0.80 | 0.42 | 46.89 | 0.67 | 0.35 |
| Hex | 94 | 7A | 1D | 0 | 12 | 50 | 2A | 2F | 43 | 23 |
| Octal | 224 | 172 | 35 | 0 | 22 | 120 | 52 | 57 | 103 | 43 |
| Binary | 10010100 | 1111010 | 11101 | 0 | 10010 | 1010000 | 101010 | 101111 | 1000011 | 100011 |
Color Harmonies of #947A1D
Complementary color
Monochromatic Colors of #947A1D
Black with #947A1D
Text Example
Text Example
White with #947A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A1D; }
p { color: rgb(148,122,29); }
H1.HeaderClassName
{
color: #947A1D;
}
.AnyTagClassName
{
color: #947A1D;
}
</style>
background-color css
<style>
a { background-color: #947A1D; }
a { background-color: rgb(148,122,29); }
div.DivClassName
{
background-color: #947A1D;
}
.BgClassName
{
background-color: #947A1D;
}
</style>
border-color css
<style>
span { border-color: #947A1D; }
span { border-color: rgb(148,122,29); }
td.TdClassName
{
border-color: #947A1D;
}
.TagClassName
{
border-color: #947A1D;
}
</style>