Shades of Hacienda #937A1D
Tints of Hacienda #937A1D
RGB
CMYK
RGB Variations
Color information
#937A1D (or 0x937A1D) is known color: Hacienda. HEX triplet: 93, 7A and 1D. RGB value is (147,122,29). Sum of RGB (Red+Green+Blue) = 147+122+29=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #937A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A1D is #6C85E2. Grayscale: #777777. Windows color (decimal): -7112163 or 1931923. OLE color: 1931923.
HSL color Cylindrical-coordinate representation of color #937A1D: hue angle of 47.29º 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 #937A1D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 29 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.42 |
| HSL | 47.29º | 0.67% | 0.35% | - |
| HSV(B) | 47.29º | 0.8% | 0.58% | - |
| XYZ | 19.21 | 20.21 | 4.05 | - |
| YUV | 118.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 29 | 0 | 0.17 | 0.80 | 0.42 | 47.29 | 0.67 | 0.35 |
| Hex | 93 | 7A | 1D | 0 | 11 | 50 | 2A | 2F | 43 | 23 |
| Octal | 223 | 172 | 35 | 0 | 21 | 120 | 52 | 57 | 103 | 43 |
| Binary | 10010011 | 1111010 | 11101 | 0 | 10001 | 1010000 | 101010 | 101111 | 1000011 | 100011 |
Color Harmonies of #937A1D
Complementary color
Monochromatic Colors of #937A1D
Black with #937A1D
Text Example
Text Example
White with #937A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A1D; }
p { color: rgb(147,122,29); }
H1.HeaderClassName
{
color: #937A1D;
}
.AnyTagClassName
{
color: #937A1D;
}
</style>
background-color css
<style>
a { background-color: #937A1D; }
a { background-color: rgb(147,122,29); }
div.DivClassName
{
background-color: #937A1D;
}
.BgClassName
{
background-color: #937A1D;
}
</style>
border-color css
<style>
span { border-color: #937A1D; }
span { border-color: rgb(147,122,29); }
td.TdClassName
{
border-color: #937A1D;
}
.TagClassName
{
border-color: #937A1D;
}
</style>