Shades of Golden Brown #97590C
Tints of Golden Brown #97590C
RGB
CMYK
RGB Variations
Color information
#97590C (or 0x97590C) is known color: Golden Brown. HEX triplet: 97, 59 and 0C. RGB value is (151,89,12). Sum of RGB (Red+Green+Blue) = 151+89+12=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97590C is #68A6F3. Grayscale: #636363. Windows color (decimal): -6858484 or 809367. OLE color: 809367.
HSL color Cylindrical-coordinate representation of color #97590C: hue angle of 33.24º 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 #97590C is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 12 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.41 |
| HSL | 33.24º | 0.85% | 0.32% | - |
| HSV(B) | 33.24º | 0.92% | 0.59% | - |
| XYZ | 16.4 | 13.75 | 2.14 | - |
| YUV | 98.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 12 | 0 | 0.41 | 0.92 | 0.41 | 33.24 | 0.85 | 0.32 |
| Hex | 97 | 59 | C | 0 | 29 | 5C | 29 | 21 | 55 | 20 |
| Octal | 227 | 131 | 14 | 0 | 51 | 134 | 51 | 41 | 125 | 40 |
| Binary | 10010111 | 1011001 | 1100 | 0 | 101001 | 1011100 | 101001 | 100001 | 1010101 | 100000 |
Color Harmonies of #97590C
Complementary color
Monochromatic Colors of #97590C
Black with #97590C
Text Example
Text Example
White with #97590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97590C; }
p { color: rgb(151,89,12); }
H1.HeaderClassName
{
color: #97590C;
}
.AnyTagClassName
{
color: #97590C;
}
</style>
background-color css
<style>
a { background-color: #97590C; }
a { background-color: rgb(151,89,12); }
div.DivClassName
{
background-color: #97590C;
}
.BgClassName
{
background-color: #97590C;
}
</style>
border-color css
<style>
span { border-color: #97590C; }
span { border-color: rgb(151,89,12); }
td.TdClassName
{
border-color: #97590C;
}
.TagClassName
{
border-color: #97590C;
}
</style>