Shades of Golden Brown #97730C
Tints of Golden Brown #97730C
RGB
CMYK
RGB Variations
Color information
#97730C (or 0x97730C) is known color: Golden Brown. HEX triplet: 97, 73 and 0C. RGB value is (151,115,12). Sum of RGB (Red+Green+Blue) = 151+115+12=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97730C is #688CF3. Grayscale: #727272. Windows color (decimal): -6851828 or 816023. OLE color: 816023.
HSL color Cylindrical-coordinate representation of color #97730C: hue angle of 44.46º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97730C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 12 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.41 |
| HSL | 44.46º | 0.85% | 0.32% | - |
| HSV(B) | 44.46º | 0.92% | 0.59% | - |
| XYZ | 18.96 | 18.87 | 2.99 | - |
| YUV | 114.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 12 | 0 | 0.24 | 0.92 | 0.41 | 44.46 | 0.85 | 0.32 |
| Hex | 97 | 73 | C | 0 | 18 | 5C | 29 | 2C | 55 | 20 |
| Octal | 227 | 163 | 14 | 0 | 30 | 134 | 51 | 54 | 125 | 40 |
| Binary | 10010111 | 1110011 | 1100 | 0 | 11000 | 1011100 | 101001 | 101100 | 1010101 | 100000 |
Color Harmonies of #97730C
Complementary color
Monochromatic Colors of #97730C
Black with #97730C
Text Example
Text Example
White with #97730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97730C; }
p { color: rgb(151,115,12); }
H1.HeaderClassName
{
color: #97730C;
}
.AnyTagClassName
{
color: #97730C;
}
</style>
background-color css
<style>
a { background-color: #97730C; }
a { background-color: rgb(151,115,12); }
div.DivClassName
{
background-color: #97730C;
}
.BgClassName
{
background-color: #97730C;
}
</style>
border-color css
<style>
span { border-color: #97730C; }
span { border-color: rgb(151,115,12); }
td.TdClassName
{
border-color: #97730C;
}
.TagClassName
{
border-color: #97730C;
}
</style>