Shades of Hacienda #937D1D
Tints of Hacienda #937D1D
RGB
CMYK
RGB Variations
Color information
#937D1D (or 0x937D1D) is known color: Hacienda. HEX triplet: 93, 7D and 1D. RGB value is (147,125,29). Sum of RGB (Red+Green+Blue) = 147+125+29=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #937D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D1D is #6C82E2. Grayscale: #797979. Windows color (decimal): -7111395 or 1932691. OLE color: 1932691.
HSL color Cylindrical-coordinate representation of color #937D1D: hue angle of 48.81º 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 #937D1D is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 29 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.42 |
| HSL | 48.81º | 0.67% | 0.35% | - |
| HSV(B) | 48.81º | 0.8% | 0.58% | - |
| XYZ | 19.59 | 20.96 | 4.18 | - |
| YUV | 120.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 29 | 0 | 0.15 | 0.80 | 0.42 | 48.81 | 0.67 | 0.35 |
| Hex | 93 | 7D | 1D | 0 | F | 50 | 2A | 31 | 43 | 23 |
| Octal | 223 | 175 | 35 | 0 | 17 | 120 | 52 | 61 | 103 | 43 |
| Binary | 10010011 | 1111101 | 11101 | 0 | 1111 | 1010000 | 101010 | 110001 | 1000011 | 100011 |
Color Harmonies of #937D1D
Complementary color
Monochromatic Colors of #937D1D
Black with #937D1D
Text Example
Text Example
White with #937D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D1D; }
p { color: rgb(147,125,29); }
H1.HeaderClassName
{
color: #937D1D;
}
.AnyTagClassName
{
color: #937D1D;
}
</style>
background-color css
<style>
a { background-color: #937D1D; }
a { background-color: rgb(147,125,29); }
div.DivClassName
{
background-color: #937D1D;
}
.BgClassName
{
background-color: #937D1D;
}
</style>
border-color css
<style>
span { border-color: #937D1D; }
span { border-color: rgb(147,125,29); }
td.TdClassName
{
border-color: #937D1D;
}
.TagClassName
{
border-color: #937D1D;
}
</style>