Shades of Hacienda #917D12
Tints of Hacienda #917D12
RGB
CMYK
RGB Variations
Color information
#917D12 (or 0x917D12) is known color: Hacienda. HEX triplet: 91, 7D and 12. RGB value is (145,125,18). Sum of RGB (Red+Green+Blue) = 145+125+18=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #917D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D12 is #6E82ED. Grayscale: #777777. Windows color (decimal): -7242478 or 1211793. OLE color: 1211793.
HSL color Cylindrical-coordinate representation of color #917D12: hue angle of 50.55º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #917D12 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 18 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.43 |
| HSL | 50.55º | 0.78% | 0.32% | - |
| HSV(B) | 50.55º | 0.88% | 0.57% | - |
| XYZ | 19.12 | 20.73 | 3.57 | - |
| YUV | 118.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 18 | 0 | 0.14 | 0.88 | 0.43 | 50.55 | 0.78 | 0.32 |
| Hex | 91 | 7D | 12 | 0 | E | 58 | 2B | 33 | 4E | 20 |
| Octal | 221 | 175 | 22 | 0 | 16 | 130 | 53 | 63 | 116 | 40 |
| Binary | 10010001 | 1111101 | 10010 | 0 | 1110 | 1011000 | 101011 | 110011 | 1001110 | 100000 |
Color Harmonies of #917D12
Complementary color
Monochromatic Colors of #917D12
Black with #917D12
Text Example
Text Example
White with #917D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D12; }
p { color: rgb(145,125,18); }
H1.HeaderClassName
{
color: #917D12;
}
.AnyTagClassName
{
color: #917D12;
}
</style>
background-color css
<style>
a { background-color: #917D12; }
a { background-color: rgb(145,125,18); }
div.DivClassName
{
background-color: #917D12;
}
.BgClassName
{
background-color: #917D12;
}
</style>
border-color css
<style>
span { border-color: #917D12; }
span { border-color: rgb(145,125,18); }
td.TdClassName
{
border-color: #917D12;
}
.TagClassName
{
border-color: #917D12;
}
</style>