Shades of Hacienda #957F1B
Tints of Hacienda #957F1B
RGB
CMYK
RGB Variations
Color information
#957F1B (or 0x957F1B) is known color: Hacienda. HEX triplet: 95, 7F and 1B. RGB value is (149,127,27). Sum of RGB (Red+Green+Blue) = 149+127+27=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F1B is #6A80E4. Grayscale: #7A7A7A. Windows color (decimal): -6979813 or 1802133. OLE color: 1802133.
HSL color Cylindrical-coordinate representation of color #957F1B: hue angle of 49.18º 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 #957F1B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 27 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.42 |
| HSL | 49.18º | 0.69% | 0.35% | - |
| HSV(B) | 49.18º | 0.82% | 0.58% | - |
| XYZ | 20.18 | 21.65 | 4.15 | - |
| YUV | 122.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 27 | 0 | 0.15 | 0.82 | 0.42 | 49.18 | 0.69 | 0.35 |
| Hex | 95 | 7F | 1B | 0 | F | 52 | 2A | 31 | 45 | 23 |
| Octal | 225 | 177 | 33 | 0 | 17 | 122 | 52 | 61 | 105 | 43 |
| Binary | 10010101 | 1111111 | 11011 | 0 | 1111 | 1010010 | 101010 | 110001 | 1000101 | 100011 |
Color Harmonies of #957F1B
Complementary color
Monochromatic Colors of #957F1B
Black with #957F1B
Text Example
Text Example
White with #957F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F1B; }
p { color: rgb(149,127,27); }
H1.HeaderClassName
{
color: #957F1B;
}
.AnyTagClassName
{
color: #957F1B;
}
</style>
background-color css
<style>
a { background-color: #957F1B; }
a { background-color: rgb(149,127,27); }
div.DivClassName
{
background-color: #957F1B;
}
.BgClassName
{
background-color: #957F1B;
}
</style>
border-color css
<style>
span { border-color: #957F1B; }
span { border-color: rgb(149,127,27); }
td.TdClassName
{
border-color: #957F1B;
}
.TagClassName
{
border-color: #957F1B;
}
</style>