Shades of Hacienda #937F0D
Tints of Hacienda #937F0D
RGB
CMYK
RGB Variations
Color information
#937F0D (or 0x937F0D) is known color: Hacienda. HEX triplet: 93, 7F and 0D. RGB value is (147,127,13). Sum of RGB (Red+Green+Blue) = 147+127+13=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #937F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937F0D is #6C80F2. Grayscale: #787878. Windows color (decimal): -7110899 or 884627. OLE color: 884627.
HSL color Cylindrical-coordinate representation of color #937F0D: hue angle of 51.04º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #937F0D is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 13 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.42 |
| HSL | 51.04º | 0.84% | 0.31% | - |
| HSV(B) | 51.04º | 0.91% | 0.58% | - |
| XYZ | 19.69 | 21.41 | 3.48 | - |
| YUV | 119.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 13 | 0 | 0.14 | 0.91 | 0.42 | 51.04 | 0.84 | 0.31 |
| Hex | 93 | 7F | D | 0 | E | 5B | 2A | 33 | 54 | 1F |
| Octal | 223 | 177 | 15 | 0 | 16 | 133 | 52 | 63 | 124 | 37 |
| Binary | 10010011 | 1111111 | 1101 | 0 | 1110 | 1011011 | 101010 | 110011 | 1010100 | 11111 |
Color Harmonies of #937F0D
Complementary color
Monochromatic Colors of #937F0D
Black with #937F0D
Text Example
Text Example
White with #937F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F0D; }
p { color: rgb(147,127,13); }
H1.HeaderClassName
{
color: #937F0D;
}
.AnyTagClassName
{
color: #937F0D;
}
</style>
background-color css
<style>
a { background-color: #937F0D; }
a { background-color: rgb(147,127,13); }
div.DivClassName
{
background-color: #937F0D;
}
.BgClassName
{
background-color: #937F0D;
}
</style>
border-color css
<style>
span { border-color: #937F0D; }
span { border-color: rgb(147,127,13); }
td.TdClassName
{
border-color: #937F0D;
}
.TagClassName
{
border-color: #937F0D;
}
</style>