Shades of Hacienda #95790D
Tints of Hacienda #95790D
RGB
CMYK
RGB Variations
Color information
#95790D (or 0x95790D) is known color: Hacienda. HEX triplet: 95, 79 and 0D. RGB value is (149,121,13). Sum of RGB (Red+Green+Blue) = 149+121+13=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95790D is #6A86F2. Grayscale: #757575. Windows color (decimal): -6981363 or 883093. OLE color: 883093.
HSL color Cylindrical-coordinate representation of color #95790D: hue angle of 47.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95790D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 13 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.42 |
| HSL | 47.65º | 0.84% | 0.32% | - |
| HSV(B) | 47.65º | 0.91% | 0.58% | - |
| XYZ | 19.3 | 20.09 | 3.24 | - |
| YUV | 117.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 13 | 0 | 0.19 | 0.91 | 0.42 | 47.65 | 0.84 | 0.32 |
| Hex | 95 | 79 | D | 0 | 13 | 5B | 2A | 30 | 54 | 20 |
| Octal | 225 | 171 | 15 | 0 | 23 | 133 | 52 | 60 | 124 | 40 |
| Binary | 10010101 | 1111001 | 1101 | 0 | 10011 | 1011011 | 101010 | 110000 | 1010100 | 100000 |
Color Harmonies of #95790D
Complementary color
Monochromatic Colors of #95790D
Black with #95790D
Text Example
Text Example
White with #95790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95790D; }
p { color: rgb(149,121,13); }
H1.HeaderClassName
{
color: #95790D;
}
.AnyTagClassName
{
color: #95790D;
}
</style>
background-color css
<style>
a { background-color: #95790D; }
a { background-color: rgb(149,121,13); }
div.DivClassName
{
background-color: #95790D;
}
.BgClassName
{
background-color: #95790D;
}
</style>
border-color css
<style>
span { border-color: #95790D; }
span { border-color: rgb(149,121,13); }
td.TdClassName
{
border-color: #95790D;
}
.TagClassName
{
border-color: #95790D;
}
</style>