Shades of Hacienda #947A25
Tints of Hacienda #947A25
RGB
CMYK
RGB Variations
Color information
#947A25 (or 0x947A25) is known color: Hacienda. HEX triplet: 94, 7A and 25. RGB value is (148,122,37). Sum of RGB (Red+Green+Blue) = 148+122+37=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #947A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A25 is #6B85DA. Grayscale: #787878. Windows color (decimal): -7046619 or 2456212. OLE color: 2456212.
HSL color Cylindrical-coordinate representation of color #947A25: hue angle of 45.95º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #947A25 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 37 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.42 |
| HSL | 45.95º | 0.6% | 0.36% | - |
| HSV(B) | 45.95º | 0.75% | 0.58% | - |
| XYZ | 19.51 | 20.35 | 4.65 | - |
| YUV | 120.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 37 | 0 | 0.18 | 0.75 | 0.42 | 45.95 | 0.6 | 0.36 |
| Hex | 94 | 7A | 25 | 0 | 12 | 4B | 2A | 2E | 3C | 24 |
| Octal | 224 | 172 | 45 | 0 | 22 | 113 | 52 | 56 | 74 | 44 |
| Binary | 10010100 | 1111010 | 100101 | 0 | 10010 | 1001011 | 101010 | 101110 | 111100 | 100100 |
Color Harmonies of #947A25
Complementary color
Monochromatic Colors of #947A25
Black with #947A25
Text Example
Text Example
White with #947A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A25; }
p { color: rgb(148,122,37); }
H1.HeaderClassName
{
color: #947A25;
}
.AnyTagClassName
{
color: #947A25;
}
</style>
background-color css
<style>
a { background-color: #947A25; }
a { background-color: rgb(148,122,37); }
div.DivClassName
{
background-color: #947A25;
}
.BgClassName
{
background-color: #947A25;
}
</style>
border-color css
<style>
span { border-color: #947A25; }
span { border-color: rgb(148,122,37); }
td.TdClassName
{
border-color: #947A25;
}
.TagClassName
{
border-color: #947A25;
}
</style>