Shades of Hacienda #907E12
Tints of Hacienda #907E12
RGB
CMYK
RGB Variations
Color information
#907E12 (or 0x907E12) is known color: Hacienda. HEX triplet: 90, 7E and 12. RGB value is (144,126,18). Sum of RGB (Red+Green+Blue) = 144+126+18=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #907E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907E12 is #6F81ED. Grayscale: #777777. Windows color (decimal): -7307758 or 1212048. OLE color: 1212048.
HSL color Cylindrical-coordinate representation of color #907E12: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #907E12 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 18 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.44 |
| HSL | 51.43º | 0.78% | 0.32% | - |
| HSV(B) | 51.43º | 0.88% | 0.56% | - |
| XYZ | 19.07 | 20.89 | 3.6 | - |
| YUV | 119.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 18 | 0 | 0.12 | 0.88 | 0.44 | 51.43 | 0.78 | 0.32 |
| Hex | 90 | 7E | 12 | 0 | C | 58 | 2C | 33 | 4E | 20 |
| Octal | 220 | 176 | 22 | 0 | 14 | 130 | 54 | 63 | 116 | 40 |
| Binary | 10010000 | 1111110 | 10010 | 0 | 1100 | 1011000 | 101100 | 110011 | 1001110 | 100000 |
Color Harmonies of #907E12
Complementary color
Monochromatic Colors of #907E12
Black with #907E12
Text Example
Text Example
White with #907E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E12; }
p { color: rgb(144,126,18); }
H1.HeaderClassName
{
color: #907E12;
}
.AnyTagClassName
{
color: #907E12;
}
</style>
background-color css
<style>
a { background-color: #907E12; }
a { background-color: rgb(144,126,18); }
div.DivClassName
{
background-color: #907E12;
}
.BgClassName
{
background-color: #907E12;
}
</style>
border-color css
<style>
span { border-color: #907E12; }
span { border-color: rgb(144,126,18); }
td.TdClassName
{
border-color: #907E12;
}
.TagClassName
{
border-color: #907E12;
}
</style>