Shades of Hacienda #957A0D
Tints of Hacienda #957A0D
RGB
CMYK
RGB Variations
Color information
#957A0D (or 0x957A0D) is known color: Hacienda. HEX triplet: 95, 7A and 0D. RGB value is (149,122,13). Sum of RGB (Red+Green+Blue) = 149+122+13=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957A0D is #6A85F2. Grayscale: #767676. Windows color (decimal): -6981107 or 883349. OLE color: 883349.
HSL color Cylindrical-coordinate representation of color #957A0D: hue angle of 48.09º 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 #957A0D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 13 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.42 |
| HSL | 48.09º | 0.84% | 0.32% | - |
| HSV(B) | 48.09º | 0.91% | 0.58% | - |
| XYZ | 19.43 | 20.34 | 3.28 | - |
| YUV | 117.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 13 | 0 | 0.18 | 0.91 | 0.42 | 48.09 | 0.84 | 0.32 |
| Hex | 95 | 7A | D | 0 | 12 | 5B | 2A | 30 | 54 | 20 |
| Octal | 225 | 172 | 15 | 0 | 22 | 133 | 52 | 60 | 124 | 40 |
| Binary | 10010101 | 1111010 | 1101 | 0 | 10010 | 1011011 | 101010 | 110000 | 1010100 | 100000 |
Color Harmonies of #957A0D
Complementary color
Monochromatic Colors of #957A0D
Black with #957A0D
Text Example
Text Example
White with #957A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A0D; }
p { color: rgb(149,122,13); }
H1.HeaderClassName
{
color: #957A0D;
}
.AnyTagClassName
{
color: #957A0D;
}
</style>
background-color css
<style>
a { background-color: #957A0D; }
a { background-color: rgb(149,122,13); }
div.DivClassName
{
background-color: #957A0D;
}
.BgClassName
{
background-color: #957A0D;
}
</style>
border-color css
<style>
span { border-color: #957A0D; }
span { border-color: rgb(149,122,13); }
td.TdClassName
{
border-color: #957A0D;
}
.TagClassName
{
border-color: #957A0D;
}
</style>