Shades of Hacienda #95810D
Tints of Hacienda #95810D
RGB
CMYK
RGB Variations
Color information
#95810D (or 0x95810D) is known color: Hacienda. HEX triplet: 95, 81 and 0D. RGB value is (149,129,13). Sum of RGB (Red+Green+Blue) = 149+129+13=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95810D is #6A7EF2. Grayscale: #7A7A7A. Windows color (decimal): -6979315 or 885141. OLE color: 885141.
HSL color Cylindrical-coordinate representation of color #95810D: hue angle of 51.18º 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 #95810D is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 13 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.42 |
| HSL | 51.18º | 0.84% | 0.32% | - |
| HSV(B) | 51.18º | 0.91% | 0.58% | - |
| XYZ | 20.32 | 22.12 | 3.58 | - |
| YUV | 121.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 13 | 0 | 0.13 | 0.91 | 0.42 | 51.18 | 0.84 | 0.32 |
| Hex | 95 | 81 | D | 0 | D | 5B | 2A | 33 | 54 | 20 |
| Octal | 225 | 201 | 15 | 0 | 15 | 133 | 52 | 63 | 124 | 40 |
| Binary | 10010101 | 10000001 | 1101 | 0 | 1101 | 1011011 | 101010 | 110011 | 1010100 | 100000 |
Color Harmonies of #95810D
Complementary color
Monochromatic Colors of #95810D
Black with #95810D
Text Example
Text Example
White with #95810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95810D; }
p { color: rgb(149,129,13); }
H1.HeaderClassName
{
color: #95810D;
}
.AnyTagClassName
{
color: #95810D;
}
</style>
background-color css
<style>
a { background-color: #95810D; }
a { background-color: rgb(149,129,13); }
div.DivClassName
{
background-color: #95810D;
}
.BgClassName
{
background-color: #95810D;
}
</style>
border-color css
<style>
span { border-color: #95810D; }
span { border-color: rgb(149,129,13); }
td.TdClassName
{
border-color: #95810D;
}
.TagClassName
{
border-color: #95810D;
}
</style>