Shades of Golden Brown #977301
Tints of Golden Brown #977301
RGB
CMYK
RGB Variations
Color information
#977301 (or 0x977301) is known color: Golden Brown. HEX triplet: 97, 73 and 01. RGB value is (151,115,1). Sum of RGB (Red+Green+Blue) = 151+115+1=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #977301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977301 is #688CFE. Grayscale: #717171. Windows color (decimal): -6851839 or 95127. OLE color: 95127.
HSL color Cylindrical-coordinate representation of color #977301: hue angle of 45.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #977301 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.41 |
| HSL | 45.6º | 0.99% | 0.3% | - |
| HSV(B) | 45.6º | 0.99% | 0.59% | - |
| XYZ | 18.9 | 18.84 | 2.67 | - |
| YUV | 112.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 1 | 0 | 0.24 | 0.99 | 0.41 | 45.6 | 0.99 | 0.3 |
| Hex | 97 | 73 | 1 | 0 | 18 | 63 | 29 | 2E | 63 | 1E |
| Octal | 227 | 163 | 1 | 0 | 30 | 143 | 51 | 56 | 143 | 36 |
| Binary | 10010111 | 1110011 | 1 | 0 | 11000 | 1100011 | 101001 | 101110 | 1100011 | 11110 |
Color Harmonies of #977301
Complementary color
Monochromatic Colors of #977301
Black with #977301
Text Example
Text Example
White with #977301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977301; }
p { color: rgb(151,115,1); }
H1.HeaderClassName
{
color: #977301;
}
.AnyTagClassName
{
color: #977301;
}
</style>
background-color css
<style>
a { background-color: #977301; }
a { background-color: rgb(151,115,1); }
div.DivClassName
{
background-color: #977301;
}
.BgClassName
{
background-color: #977301;
}
</style>
border-color css
<style>
span { border-color: #977301; }
span { border-color: rgb(151,115,1); }
td.TdClassName
{
border-color: #977301;
}
.TagClassName
{
border-color: #977301;
}
</style>