Shades of Hacienda #907C18
Tints of Hacienda #907C18
RGB
CMYK
RGB Variations
Color information
#907C18 (or 0x907C18) is known color: Hacienda. HEX triplet: 90, 7C and 18. RGB value is (144,124,24). Sum of RGB (Red+Green+Blue) = 144+124+24=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #907C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907C18 is #6F83E7. Grayscale: #767676. Windows color (decimal): -7308264 or 1604752. OLE color: 1604752.
HSL color Cylindrical-coordinate representation of color #907C18: hue angle of 50º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #907C18 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 24 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.44 |
| HSL | 50º | 0.71% | 0.33% | - |
| HSV(B) | 50º | 0.83% | 0.56% | - |
| XYZ | 18.87 | 20.41 | 3.81 | - |
| YUV | 118.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 24 | 0 | 0.14 | 0.83 | 0.44 | 50 | 0.71 | 0.33 |
| Hex | 90 | 7C | 18 | 0 | E | 53 | 2C | 32 | 47 | 21 |
| Octal | 220 | 174 | 30 | 0 | 16 | 123 | 54 | 62 | 107 | 41 |
| Binary | 10010000 | 1111100 | 11000 | 0 | 1110 | 1010011 | 101100 | 110010 | 1000111 | 100001 |
Color Harmonies of #907C18
Complementary color
Monochromatic Colors of #907C18
Black with #907C18
Text Example
Text Example
White with #907C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C18; }
p { color: rgb(144,124,24); }
H1.HeaderClassName
{
color: #907C18;
}
.AnyTagClassName
{
color: #907C18;
}
</style>
background-color css
<style>
a { background-color: #907C18; }
a { background-color: rgb(144,124,24); }
div.DivClassName
{
background-color: #907C18;
}
.BgClassName
{
background-color: #907C18;
}
</style>
border-color css
<style>
span { border-color: #907C18; }
span { border-color: rgb(144,124,24); }
td.TdClassName
{
border-color: #907C18;
}
.TagClassName
{
border-color: #907C18;
}
</style>