Shades of Hacienda #977F1B
Tints of Hacienda #977F1B
RGB
CMYK
RGB Variations
Color information
#977F1B (or 0x977F1B) is known color: Hacienda. HEX triplet: 97, 7F and 1B. RGB value is (151,127,27). Sum of RGB (Red+Green+Blue) = 151+127+27=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #977F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F1B is #6880E4. Grayscale: #7B7B7B. Windows color (decimal): -6848741 or 1802135. OLE color: 1802135.
HSL color Cylindrical-coordinate representation of color #977F1B: hue angle of 48.39º 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 #977F1B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 27 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.41 |
| HSL | 48.39º | 0.7% | 0.35% | - |
| HSV(B) | 48.39º | 0.82% | 0.59% | - |
| XYZ | 20.55 | 21.84 | 4.17 | - |
| YUV | 122.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 27 | 0 | 0.16 | 0.82 | 0.41 | 48.39 | 0.7 | 0.35 |
| Hex | 97 | 7F | 1B | 0 | 10 | 52 | 29 | 30 | 46 | 23 |
| Octal | 227 | 177 | 33 | 0 | 20 | 122 | 51 | 60 | 106 | 43 |
| Binary | 10010111 | 1111111 | 11011 | 0 | 10000 | 1010010 | 101001 | 110000 | 1000110 | 100011 |
Color Harmonies of #977F1B
Complementary color
Monochromatic Colors of #977F1B
Black with #977F1B
Text Example
Text Example
White with #977F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F1B; }
p { color: rgb(151,127,27); }
H1.HeaderClassName
{
color: #977F1B;
}
.AnyTagClassName
{
color: #977F1B;
}
</style>
background-color css
<style>
a { background-color: #977F1B; }
a { background-color: rgb(151,127,27); }
div.DivClassName
{
background-color: #977F1B;
}
.BgClassName
{
background-color: #977F1B;
}
</style>
border-color css
<style>
span { border-color: #977F1B; }
span { border-color: rgb(151,127,27); }
td.TdClassName
{
border-color: #977F1B;
}
.TagClassName
{
border-color: #977F1B;
}
</style>