Shades of Golden Brown #977000
Tints of Golden Brown #977000
RGB
CMYK
RGB Variations
Color information
#977000 (or 0x977000) is known color: Golden Brown. HEX triplet: 97, 70 and 00. RGB value is (151,112,0). Sum of RGB (Red+Green+Blue) = 151+112+0=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #977000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977000 is #688FFF. Grayscale: #6F6F6F. Windows color (decimal): -6852608 or 28823. OLE color: 28823.
HSL color Cylindrical-coordinate representation of color #977000: hue angle of 44.5º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #977000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.41 |
| HSL | 44.5º | 1% | 0.3% | - |
| HSV(B) | 44.5º | 1% | 0.59% | - |
| XYZ | 18.56 | 18.17 | 2.53 | - |
| YUV | 110.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 0 | 0 | 0.26 | 1 | 0.41 | 44.5 | 1 | 0.3 |
| Hex | 97 | 70 | 0 | 0 | 1A | 64 | 29 | 2D | 64 | 1E |
| Octal | 227 | 160 | 0 | 0 | 32 | 144 | 51 | 55 | 144 | 36 |
| Binary | 10010111 | 1110000 | 0 | 0 | 11010 | 1100100 | 101001 | 101101 | 1100100 | 11110 |
Color Harmonies of #977000
Complementary color
Monochromatic Colors of #977000
Black with #977000
Text Example
Text Example
White with #977000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977000; }
p { color: rgb(151,112,0); }
H1.HeaderClassName
{
color: #977000;
}
.AnyTagClassName
{
color: #977000;
}
</style>
background-color css
<style>
a { background-color: #977000; }
a { background-color: rgb(151,112,0); }
div.DivClassName
{
background-color: #977000;
}
.BgClassName
{
background-color: #977000;
}
</style>
border-color css
<style>
span { border-color: #977000; }
span { border-color: rgb(151,112,0); }
td.TdClassName
{
border-color: #977000;
}
.TagClassName
{
border-color: #977000;
}
</style>