Shades of Hacienda #907812
Tints of Hacienda #907812
RGB
CMYK
RGB Variations
Color information
#907812 (or 0x907812) is known color: Hacienda. HEX triplet: 90, 78 and 12. RGB value is (144,120,18). Sum of RGB (Red+Green+Blue) = 144+120+18=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #907812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907812 is #6F87ED. Grayscale: #737373. Windows color (decimal): -7309294 or 1210512. OLE color: 1210512.
HSL color Cylindrical-coordinate representation of color #907812: hue angle of 48.57º 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 #907812 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 18 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.44 |
| HSL | 48.57º | 0.78% | 0.32% | - |
| HSV(B) | 48.57º | 0.88% | 0.56% | - |
| XYZ | 18.33 | 19.41 | 3.35 | - |
| YUV | 115.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 18 | 0 | 0.17 | 0.88 | 0.44 | 48.57 | 0.78 | 0.32 |
| Hex | 90 | 78 | 12 | 0 | 11 | 58 | 2C | 31 | 4E | 20 |
| Octal | 220 | 170 | 22 | 0 | 21 | 130 | 54 | 61 | 116 | 40 |
| Binary | 10010000 | 1111000 | 10010 | 0 | 10001 | 1011000 | 101100 | 110001 | 1001110 | 100000 |
Color Harmonies of #907812
Complementary color
Monochromatic Colors of #907812
Black with #907812
Text Example
Text Example
White with #907812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907812; }
p { color: rgb(144,120,18); }
H1.HeaderClassName
{
color: #907812;
}
.AnyTagClassName
{
color: #907812;
}
</style>
background-color css
<style>
a { background-color: #907812; }
a { background-color: rgb(144,120,18); }
div.DivClassName
{
background-color: #907812;
}
.BgClassName
{
background-color: #907812;
}
</style>
border-color css
<style>
span { border-color: #907812; }
span { border-color: rgb(144,120,18); }
td.TdClassName
{
border-color: #907812;
}
.TagClassName
{
border-color: #907812;
}
</style>