Shades of Hacienda #957D1B
Tints of Hacienda #957D1B
RGB
CMYK
RGB Variations
Color information
#957D1B (or 0x957D1B) is known color: Hacienda. HEX triplet: 95, 7D and 1B. RGB value is (149,125,27). Sum of RGB (Red+Green+Blue) = 149+125+27=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #957D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D1B is #6A82E4. Grayscale: #797979. Windows color (decimal): -6980325 or 1801621. OLE color: 1801621.
HSL color Cylindrical-coordinate representation of color #957D1B: hue angle of 48.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #957D1B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 27 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.42 |
| HSL | 48.2º | 0.69% | 0.35% | - |
| HSV(B) | 48.2º | 0.82% | 0.58% | - |
| XYZ | 19.93 | 21.14 | 4.07 | - |
| YUV | 121 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 27 | 0 | 0.16 | 0.82 | 0.42 | 48.2 | 0.69 | 0.35 |
| Hex | 95 | 7D | 1B | 0 | 10 | 52 | 2A | 30 | 45 | 23 |
| Octal | 225 | 175 | 33 | 0 | 20 | 122 | 52 | 60 | 105 | 43 |
| Binary | 10010101 | 1111101 | 11011 | 0 | 10000 | 1010010 | 101010 | 110000 | 1000101 | 100011 |
Color Harmonies of #957D1B
Complementary color
Monochromatic Colors of #957D1B
Black with #957D1B
Text Example
Text Example
White with #957D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D1B; }
p { color: rgb(149,125,27); }
H1.HeaderClassName
{
color: #957D1B;
}
.AnyTagClassName
{
color: #957D1B;
}
</style>
background-color css
<style>
a { background-color: #957D1B; }
a { background-color: rgb(149,125,27); }
div.DivClassName
{
background-color: #957D1B;
}
.BgClassName
{
background-color: #957D1B;
}
</style>
border-color css
<style>
span { border-color: #957D1B; }
span { border-color: rgb(149,125,27); }
td.TdClassName
{
border-color: #957D1B;
}
.TagClassName
{
border-color: #957D1B;
}
</style>