Shades of Hacienda #947A0D
Tints of Hacienda #947A0D
RGB
CMYK
RGB Variations
Color information
#947A0D (or 0x947A0D) is known color: Hacienda. HEX triplet: 94, 7A and 0D. RGB value is (148,122,13). Sum of RGB (Red+Green+Blue) = 148+122+13=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A0D is #6B85F2. Grayscale: #757575. Windows color (decimal): -7046643 or 883348. OLE color: 883348.
HSL color Cylindrical-coordinate representation of color #947A0D: hue angle of 48.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #947A0D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 13 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.42 |
| HSL | 48.44º | 0.84% | 0.32% | - |
| HSV(B) | 48.44º | 0.91% | 0.58% | - |
| XYZ | 19.24 | 20.24 | 3.27 | - |
| YUV | 117.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 13 | 0 | 0.18 | 0.91 | 0.42 | 48.44 | 0.84 | 0.32 |
| Hex | 94 | 7A | D | 0 | 12 | 5B | 2A | 30 | 54 | 20 |
| Octal | 224 | 172 | 15 | 0 | 22 | 133 | 52 | 60 | 124 | 40 |
| Binary | 10010100 | 1111010 | 1101 | 0 | 10010 | 1011011 | 101010 | 110000 | 1010100 | 100000 |
Color Harmonies of #947A0D
Complementary color
Monochromatic Colors of #947A0D
Black with #947A0D
Text Example
Text Example
White with #947A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A0D; }
p { color: rgb(148,122,13); }
H1.HeaderClassName
{
color: #947A0D;
}
.AnyTagClassName
{
color: #947A0D;
}
</style>
background-color css
<style>
a { background-color: #947A0D; }
a { background-color: rgb(148,122,13); }
div.DivClassName
{
background-color: #947A0D;
}
.BgClassName
{
background-color: #947A0D;
}
</style>
border-color css
<style>
span { border-color: #947A0D; }
span { border-color: rgb(148,122,13); }
td.TdClassName
{
border-color: #947A0D;
}
.TagClassName
{
border-color: #947A0D;
}
</style>