Shades of Golden Brown #977403
Tints of Golden Brown #977403
RGB
CMYK
RGB Variations
Color information
#977403 (or 0x977403) is known color: Golden Brown. HEX triplet: 97, 74 and 03. RGB value is (151,116,3). Sum of RGB (Red+Green+Blue) = 151+116+3=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977403 is #688BFC. Grayscale: #727272. Windows color (decimal): -6851581 or 226455. OLE color: 226455.
HSL color Cylindrical-coordinate representation of color #977403: hue angle of 45.81º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #977403 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.41 |
| HSL | 45.81º | 0.96% | 0.3% | - |
| HSV(B) | 45.81º | 0.98% | 0.59% | - |
| XYZ | 19.02 | 19.08 | 2.77 | - |
| YUV | 113.58 | 65.6 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 3 | 0 | 0.23 | 0.98 | 0.41 | 45.81 | 0.96 | 0.3 |
| Hex | 97 | 74 | 3 | 0 | 17 | 62 | 29 | 2E | 60 | 1E |
| Octal | 227 | 164 | 3 | 0 | 27 | 142 | 51 | 56 | 140 | 36 |
| Binary | 10010111 | 1110100 | 11 | 0 | 10111 | 1100010 | 101001 | 101110 | 1100000 | 11110 |
Color Harmonies of #977403
Complementary color
Monochromatic Colors of #977403
Black with #977403
Text Example
Text Example
White with #977403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977403; }
p { color: rgb(151,116,3); }
H1.HeaderClassName
{
color: #977403;
}
.AnyTagClassName
{
color: #977403;
}
</style>
background-color css
<style>
a { background-color: #977403; }
a { background-color: rgb(151,116,3); }
div.DivClassName
{
background-color: #977403;
}
.BgClassName
{
background-color: #977403;
}
</style>
border-color css
<style>
span { border-color: #977403; }
span { border-color: rgb(151,116,3); }
td.TdClassName
{
border-color: #977403;
}
.TagClassName
{
border-color: #977403;
}
</style>