Shades of Hacienda #90791C
Tints of Hacienda #90791C
RGB
CMYK
RGB Variations
Color information
#90791C (or 0x90791C) is known color: Hacienda. HEX triplet: 90, 79 and 1C. RGB value is (144,121,28). Sum of RGB (Red+Green+Blue) = 144+121+28=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90791C is #6F86E3. Grayscale: #757575. Windows color (decimal): -7309028 or 1866128. OLE color: 1866128.
HSL color Cylindrical-coordinate representation of color #90791C: hue angle of 48.1º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90791C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 28 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.44 |
| HSL | 48.1º | 0.67% | 0.34% | - |
| HSV(B) | 48.1º | 0.81% | 0.56% | - |
| XYZ | 18.55 | 19.69 | 3.92 | - |
| YUV | 117.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 28 | 0 | 0.16 | 0.81 | 0.44 | 48.1 | 0.67 | 0.34 |
| Hex | 90 | 79 | 1C | 0 | 10 | 51 | 2C | 30 | 43 | 22 |
| Octal | 220 | 171 | 34 | 0 | 20 | 121 | 54 | 60 | 103 | 42 |
| Binary | 10010000 | 1111001 | 11100 | 0 | 10000 | 1010001 | 101100 | 110000 | 1000011 | 100010 |
Color Harmonies of #90791C
Complementary color
Monochromatic Colors of #90791C
Black with #90791C
Text Example
Text Example
White with #90791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90791C; }
p { color: rgb(144,121,28); }
H1.HeaderClassName
{
color: #90791C;
}
.AnyTagClassName
{
color: #90791C;
}
</style>
background-color css
<style>
a { background-color: #90791C; }
a { background-color: rgb(144,121,28); }
div.DivClassName
{
background-color: #90791C;
}
.BgClassName
{
background-color: #90791C;
}
</style>
border-color css
<style>
span { border-color: #90791C; }
span { border-color: rgb(144,121,28); }
td.TdClassName
{
border-color: #90791C;
}
.TagClassName
{
border-color: #90791C;
}
</style>