Shades of Golden Brown #975717
Tints of Golden Brown #975717
RGB
CMYK
RGB Variations
Color information
#975717 (or 0x975717) is known color: Golden Brown. HEX triplet: 97, 57 and 17. RGB value is (151,87,23). Sum of RGB (Red+Green+Blue) = 151+87+23=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #975717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975717 is #68A8E8. Grayscale: #636363. Windows color (decimal): -6858985 or 1529751. OLE color: 1529751.
HSL color Cylindrical-coordinate representation of color #975717: hue angle of 30º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #975717 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 87 | 23 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.41 |
| HSL | 30º | 0.74% | 0.34% | - |
| HSV(B) | 30º | 0.85% | 0.59% | - |
| XYZ | 16.33 | 13.46 | 2.55 | - |
| YUV | 98.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 23 | 0 | 0.42 | 0.85 | 0.41 | 30 | 0.74 | 0.34 |
| Hex | 97 | 57 | 17 | 0 | 2A | 55 | 29 | 1E | 4A | 22 |
| Octal | 227 | 127 | 27 | 0 | 52 | 125 | 51 | 36 | 112 | 42 |
| Binary | 10010111 | 1010111 | 10111 | 0 | 101010 | 1010101 | 101001 | 11110 | 1001010 | 100010 |
Color Harmonies of #975717
Complementary color
Monochromatic Colors of #975717
Black with #975717
Text Example
Text Example
White with #975717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975717; }
p { color: rgb(151,87,23); }
H1.HeaderClassName
{
color: #975717;
}
.AnyTagClassName
{
color: #975717;
}
</style>
background-color css
<style>
a { background-color: #975717; }
a { background-color: rgb(151,87,23); }
div.DivClassName
{
background-color: #975717;
}
.BgClassName
{
background-color: #975717;
}
</style>
border-color css
<style>
span { border-color: #975717; }
span { border-color: rgb(151,87,23); }
td.TdClassName
{
border-color: #975717;
}
.TagClassName
{
border-color: #975717;
}
</style>