Shades of Hacienda #95791C
Tints of Hacienda #95791C
RGB
CMYK
RGB Variations
Color information
#95791C (or 0x95791C) is known color: Hacienda. HEX triplet: 95, 79 and 1C. RGB value is (149,121,28). Sum of RGB (Red+Green+Blue) = 149+121+28=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95791C is #6A86E3. Grayscale: #777777. Windows color (decimal): -6981348 or 1866133. OLE color: 1866133.
HSL color Cylindrical-coordinate representation of color #95791C: hue angle of 46.12º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95791C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 28 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.42 |
| HSL | 46.12º | 0.68% | 0.35% | - |
| HSV(B) | 46.12º | 0.81% | 0.58% | - |
| XYZ | 19.44 | 20.15 | 3.96 | - |
| YUV | 118.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 28 | 0 | 0.19 | 0.81 | 0.42 | 46.12 | 0.68 | 0.35 |
| Hex | 95 | 79 | 1C | 0 | 13 | 51 | 2A | 2E | 44 | 23 |
| Octal | 225 | 171 | 34 | 0 | 23 | 121 | 52 | 56 | 104 | 43 |
| Binary | 10010101 | 1111001 | 11100 | 0 | 10011 | 1010001 | 101010 | 101110 | 1000100 | 100011 |
Color Harmonies of #95791C
Complementary color
Monochromatic Colors of #95791C
Black with #95791C
Text Example
Text Example
White with #95791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95791C; }
p { color: rgb(149,121,28); }
H1.HeaderClassName
{
color: #95791C;
}
.AnyTagClassName
{
color: #95791C;
}
</style>
background-color css
<style>
a { background-color: #95791C; }
a { background-color: rgb(149,121,28); }
div.DivClassName
{
background-color: #95791C;
}
.BgClassName
{
background-color: #95791C;
}
</style>
border-color css
<style>
span { border-color: #95791C; }
span { border-color: rgb(149,121,28); }
td.TdClassName
{
border-color: #95791C;
}
.TagClassName
{
border-color: #95791C;
}
</style>