Shades of Hacienda #947B1B
Tints of Hacienda #947B1B
RGB
CMYK
RGB Variations
Color information
#947B1B (or 0x947B1B) is known color: Hacienda. HEX triplet: 94, 7B and 1B. RGB value is (148,123,27). Sum of RGB (Red+Green+Blue) = 148+123+27=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #947B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B1B is #6B84E4. Grayscale: #777777. Windows color (decimal): -7046373 or 1801108. OLE color: 1801108.
HSL color Cylindrical-coordinate representation of color #947B1B: hue angle of 47.6º 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 #947B1B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 27 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.42 |
| HSL | 47.6º | 0.69% | 0.34% | - |
| HSV(B) | 47.6º | 0.82% | 0.58% | - |
| XYZ | 19.49 | 20.54 | 3.97 | - |
| YUV | 119.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 27 | 0 | 0.17 | 0.82 | 0.42 | 47.6 | 0.69 | 0.34 |
| Hex | 94 | 7B | 1B | 0 | 11 | 52 | 2A | 30 | 45 | 22 |
| Octal | 224 | 173 | 33 | 0 | 21 | 122 | 52 | 60 | 105 | 42 |
| Binary | 10010100 | 1111011 | 11011 | 0 | 10001 | 1010010 | 101010 | 110000 | 1000101 | 100010 |
Color Harmonies of #947B1B
Complementary color
Monochromatic Colors of #947B1B
Black with #947B1B
Text Example
Text Example
White with #947B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B1B; }
p { color: rgb(148,123,27); }
H1.HeaderClassName
{
color: #947B1B;
}
.AnyTagClassName
{
color: #947B1B;
}
</style>
background-color css
<style>
a { background-color: #947B1B; }
a { background-color: rgb(148,123,27); }
div.DivClassName
{
background-color: #947B1B;
}
.BgClassName
{
background-color: #947B1B;
}
</style>
border-color css
<style>
span { border-color: #947B1B; }
span { border-color: rgb(148,123,27); }
td.TdClassName
{
border-color: #947B1B;
}
.TagClassName
{
border-color: #947B1B;
}
</style>