Shades of Golden Brown #975509
Tints of Golden Brown #975509
RGB
CMYK
RGB Variations
Color information
#975509 (or 0x975509) is known color: Golden Brown. HEX triplet: 97, 55 and 09. RGB value is (151,85,9). Sum of RGB (Red+Green+Blue) = 151+85+9=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #975509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975509 is #68AAF6. Grayscale: #606060. Windows color (decimal): -6859511 or 611735. OLE color: 611735.
HSL color Cylindrical-coordinate representation of color #975509: hue angle of 32.11º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #975509 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 9 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.41 |
| HSL | 32.11º | 0.89% | 0.31% | - |
| HSV(B) | 32.11º | 0.94% | 0.59% | - |
| XYZ | 16.06 | 13.1 | 1.94 | - |
| YUV | 96.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 9 | 0 | 0.44 | 0.94 | 0.41 | 32.11 | 0.89 | 0.31 |
| Hex | 97 | 55 | 9 | 0 | 2C | 5E | 29 | 20 | 59 | 1F |
| Octal | 227 | 125 | 11 | 0 | 54 | 136 | 51 | 40 | 131 | 37 |
| Binary | 10010111 | 1010101 | 1001 | 0 | 101100 | 1011110 | 101001 | 100000 | 1011001 | 11111 |
Color Harmonies of #975509
Complementary color
Monochromatic Colors of #975509
Black with #975509
Text Example
Text Example
White with #975509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975509; }
p { color: rgb(151,85,9); }
H1.HeaderClassName
{
color: #975509;
}
.AnyTagClassName
{
color: #975509;
}
</style>
background-color css
<style>
a { background-color: #975509; }
a { background-color: rgb(151,85,9); }
div.DivClassName
{
background-color: #975509;
}
.BgClassName
{
background-color: #975509;
}
</style>
border-color css
<style>
span { border-color: #975509; }
span { border-color: rgb(151,85,9); }
td.TdClassName
{
border-color: #975509;
}
.TagClassName
{
border-color: #975509;
}
</style>