Shades of Hacienda #937D1B
Tints of Hacienda #937D1B
RGB
CMYK
RGB Variations
Color information
#937D1B (or 0x937D1B) is known color: Hacienda. HEX triplet: 93, 7D and 1B. RGB value is (147,125,27). Sum of RGB (Red+Green+Blue) = 147+125+27=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #937D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D1B is #6C82E4. Grayscale: #787878. Windows color (decimal): -7111397 or 1801619. OLE color: 1801619.
HSL color Cylindrical-coordinate representation of color #937D1B: hue angle of 49º 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 #937D1B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 27 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.42 |
| HSL | 49º | 0.69% | 0.34% | - |
| HSV(B) | 49º | 0.82% | 0.58% | - |
| XYZ | 19.56 | 20.95 | 4.05 | - |
| YUV | 120.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 27 | 0 | 0.15 | 0.82 | 0.42 | 49 | 0.69 | 0.34 |
| Hex | 93 | 7D | 1B | 0 | F | 52 | 2A | 31 | 45 | 22 |
| Octal | 223 | 175 | 33 | 0 | 17 | 122 | 52 | 61 | 105 | 42 |
| Binary | 10010011 | 1111101 | 11011 | 0 | 1111 | 1010010 | 101010 | 110001 | 1000101 | 100010 |
Color Harmonies of #937D1B
Complementary color
Monochromatic Colors of #937D1B
Black with #937D1B
Text Example
Text Example
White with #937D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D1B; }
p { color: rgb(147,125,27); }
H1.HeaderClassName
{
color: #937D1B;
}
.AnyTagClassName
{
color: #937D1B;
}
</style>
background-color css
<style>
a { background-color: #937D1B; }
a { background-color: rgb(147,125,27); }
div.DivClassName
{
background-color: #937D1B;
}
.BgClassName
{
background-color: #937D1B;
}
</style>
border-color css
<style>
span { border-color: #937D1B; }
span { border-color: rgb(147,125,27); }
td.TdClassName
{
border-color: #937D1B;
}
.TagClassName
{
border-color: #937D1B;
}
</style>