Shades of Golden Brown #97590E
Tints of Golden Brown #97590E
RGB
CMYK
RGB Variations
Color information
#97590E (or 0x97590E) is known color: Golden Brown. HEX triplet: 97, 59 and 0E. RGB value is (151,89,14). Sum of RGB (Red+Green+Blue) = 151+89+14=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #97590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97590E is #68A6F1. Grayscale: #636363. Windows color (decimal): -6858482 or 940439. OLE color: 940439.
HSL color Cylindrical-coordinate representation of color #97590E: hue angle of 32.85º 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 #97590E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 14 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.41 |
| HSL | 32.85º | 0.83% | 0.32% | - |
| HSV(B) | 32.85º | 0.91% | 0.59% | - |
| XYZ | 16.41 | 13.76 | 2.21 | - |
| YUV | 98.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 14 | 0 | 0.41 | 0.91 | 0.41 | 32.85 | 0.83 | 0.32 |
| Hex | 97 | 59 | E | 0 | 29 | 5B | 29 | 21 | 53 | 20 |
| Octal | 227 | 131 | 16 | 0 | 51 | 133 | 51 | 41 | 123 | 40 |
| Binary | 10010111 | 1011001 | 1110 | 0 | 101001 | 1011011 | 101001 | 100001 | 1010011 | 100000 |
Color Harmonies of #97590E
Complementary color
Monochromatic Colors of #97590E
Black with #97590E
Text Example
Text Example
White with #97590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97590E; }
p { color: rgb(151,89,14); }
H1.HeaderClassName
{
color: #97590E;
}
.AnyTagClassName
{
color: #97590E;
}
</style>
background-color css
<style>
a { background-color: #97590E; }
a { background-color: rgb(151,89,14); }
div.DivClassName
{
background-color: #97590E;
}
.BgClassName
{
background-color: #97590E;
}
</style>
border-color css
<style>
span { border-color: #97590E; }
span { border-color: rgb(151,89,14); }
td.TdClassName
{
border-color: #97590E;
}
.TagClassName
{
border-color: #97590E;
}
</style>