Shades of Hacienda #8F791B
Tints of Hacienda #8F791B
RGB
CMYK
RGB Variations
Color information
#8F791B (or 0x8F791B) is known color: Hacienda. HEX triplet: 8F, 79 and 1B. RGB value is (143,121,27). Sum of RGB (Red+Green+Blue) = 143+121+27=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F791B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F791B is #7086E4. Grayscale: #757575. Windows color (decimal): -7374565 or 1800591. OLE color: 1800591.
HSL color Cylindrical-coordinate representation of color #8F791B: hue angle of 48.62º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F791B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 27 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.44 |
| HSL | 48.62º | 0.68% | 0.33% | - |
| HSV(B) | 48.62º | 0.81% | 0.56% | - |
| XYZ | 18.36 | 19.59 | 3.85 | - |
| YUV | 116.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 27 | 0 | 0.15 | 0.81 | 0.44 | 48.62 | 0.68 | 0.33 |
| Hex | 8F | 79 | 1B | 0 | F | 51 | 2C | 31 | 44 | 21 |
| Octal | 217 | 171 | 33 | 0 | 17 | 121 | 54 | 61 | 104 | 41 |
| Binary | 10001111 | 1111001 | 11011 | 0 | 1111 | 1010001 | 101100 | 110001 | 1000100 | 100001 |
Color Harmonies of #8F791B
Complementary color
Monochromatic Colors of #8F791B
Black with #8F791B
Text Example
Text Example
White with #8F791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F791B; }
p { color: rgb(143,121,27); }
H1.HeaderClassName
{
color: #8F791B;
}
.AnyTagClassName
{
color: #8F791B;
}
</style>
background-color css
<style>
a { background-color: #8F791B; }
a { background-color: rgb(143,121,27); }
div.DivClassName
{
background-color: #8F791B;
}
.BgClassName
{
background-color: #8F791B;
}
</style>
border-color css
<style>
span { border-color: #8F791B; }
span { border-color: rgb(143,121,27); }
td.TdClassName
{
border-color: #8F791B;
}
.TagClassName
{
border-color: #8F791B;
}
</style>