Shades of Golden Brown #97730E
Tints of Golden Brown #97730E
RGB
CMYK
RGB Variations
Color information
#97730E (or 0x97730E) is known color: Golden Brown. HEX triplet: 97, 73 and 0E. RGB value is (151,115,14). Sum of RGB (Red+Green+Blue) = 151+115+14=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97730E is #688CF1. Grayscale: #727272. Windows color (decimal): -6851826 or 947095. OLE color: 947095.
HSL color Cylindrical-coordinate representation of color #97730E: hue angle of 44.23º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97730E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 14 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.41 |
| HSL | 44.23º | 0.83% | 0.32% | - |
| HSV(B) | 44.23º | 0.91% | 0.59% | - |
| XYZ | 18.97 | 18.87 | 3.06 | - |
| YUV | 114.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 14 | 0 | 0.24 | 0.91 | 0.41 | 44.23 | 0.83 | 0.32 |
| Hex | 97 | 73 | E | 0 | 18 | 5B | 29 | 2C | 53 | 20 |
| Octal | 227 | 163 | 16 | 0 | 30 | 133 | 51 | 54 | 123 | 40 |
| Binary | 10010111 | 1110011 | 1110 | 0 | 11000 | 1011011 | 101001 | 101100 | 1010011 | 100000 |
Color Harmonies of #97730E
Complementary color
Monochromatic Colors of #97730E
Black with #97730E
Text Example
Text Example
White with #97730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97730E; }
p { color: rgb(151,115,14); }
H1.HeaderClassName
{
color: #97730E;
}
.AnyTagClassName
{
color: #97730E;
}
</style>
background-color css
<style>
a { background-color: #97730E; }
a { background-color: rgb(151,115,14); }
div.DivClassName
{
background-color: #97730E;
}
.BgClassName
{
background-color: #97730E;
}
</style>
border-color css
<style>
span { border-color: #97730E; }
span { border-color: rgb(151,115,14); }
td.TdClassName
{
border-color: #97730E;
}
.TagClassName
{
border-color: #97730E;
}
</style>