Shades of Hacienda #977D1B
Tints of Hacienda #977D1B
RGB
CMYK
RGB Variations
Color information
#977D1B (or 0x977D1B) is known color: Hacienda. HEX triplet: 97, 7D and 1B. RGB value is (151,125,27). Sum of RGB (Red+Green+Blue) = 151+125+27=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #977D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D1B is #6882E4. Grayscale: #7A7A7A. Windows color (decimal): -6849253 or 1801623. OLE color: 1801623.
HSL color Cylindrical-coordinate representation of color #977D1B: hue angle of 47.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #977D1B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 27 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.41 |
| HSL | 47.42º | 0.7% | 0.35% | - |
| HSV(B) | 47.42º | 0.82% | 0.59% | - |
| XYZ | 20.29 | 21.33 | 4.08 | - |
| YUV | 121.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 27 | 0 | 0.17 | 0.82 | 0.41 | 47.42 | 0.7 | 0.35 |
| Hex | 97 | 7D | 1B | 0 | 11 | 52 | 29 | 2F | 46 | 23 |
| Octal | 227 | 175 | 33 | 0 | 21 | 122 | 51 | 57 | 106 | 43 |
| Binary | 10010111 | 1111101 | 11011 | 0 | 10001 | 1010010 | 101001 | 101111 | 1000110 | 100011 |
Color Harmonies of #977D1B
Complementary color
Monochromatic Colors of #977D1B
Black with #977D1B
Text Example
Text Example
White with #977D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D1B; }
p { color: rgb(151,125,27); }
H1.HeaderClassName
{
color: #977D1B;
}
.AnyTagClassName
{
color: #977D1B;
}
</style>
background-color css
<style>
a { background-color: #977D1B; }
a { background-color: rgb(151,125,27); }
div.DivClassName
{
background-color: #977D1B;
}
.BgClassName
{
background-color: #977D1B;
}
</style>
border-color css
<style>
span { border-color: #977D1B; }
span { border-color: rgb(151,125,27); }
td.TdClassName
{
border-color: #977D1B;
}
.TagClassName
{
border-color: #977D1B;
}
</style>