Shades of Hacienda #95800E
Tints of Hacienda #95800E
RGB
CMYK
RGB Variations
Color information
#95800E (or 0x95800E) is known color: Hacienda. HEX triplet: 95, 80 and 0E. RGB value is (149,128,14). Sum of RGB (Red+Green+Blue) = 149+128+14=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95800E is #6A7FF1. Grayscale: #797979. Windows color (decimal): -6979570 or 950421. OLE color: 950421.
HSL color Cylindrical-coordinate representation of color #95800E: hue angle of 50.67º degrees, saturation: 0.83, 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 #95800E is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 14 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.42 |
| HSL | 50.67º | 0.83% | 0.32% | - |
| HSV(B) | 50.67º | 0.91% | 0.58% | - |
| XYZ | 20.19 | 21.86 | 3.57 | - |
| YUV | 121.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 14 | 0 | 0.14 | 0.91 | 0.42 | 50.67 | 0.83 | 0.32 |
| Hex | 95 | 80 | E | 0 | E | 5B | 2A | 33 | 53 | 20 |
| Octal | 225 | 200 | 16 | 0 | 16 | 133 | 52 | 63 | 123 | 40 |
| Binary | 10010101 | 10000000 | 1110 | 0 | 1110 | 1011011 | 101010 | 110011 | 1010011 | 100000 |
Color Harmonies of #95800E
Complementary color
Monochromatic Colors of #95800E
Black with #95800E
Text Example
Text Example
White with #95800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95800E; }
p { color: rgb(149,128,14); }
H1.HeaderClassName
{
color: #95800E;
}
.AnyTagClassName
{
color: #95800E;
}
</style>
background-color css
<style>
a { background-color: #95800E; }
a { background-color: rgb(149,128,14); }
div.DivClassName
{
background-color: #95800E;
}
.BgClassName
{
background-color: #95800E;
}
</style>
border-color css
<style>
span { border-color: #95800E; }
span { border-color: rgb(149,128,14); }
td.TdClassName
{
border-color: #95800E;
}
.TagClassName
{
border-color: #95800E;
}
</style>