Shades of Golden Brown #997017
Tints of Golden Brown #997017
RGB
CMYK
RGB Variations
Color information
#997017 (or 0x997017) is known color: Golden Brown. HEX triplet: 99, 70 and 17. RGB value is (153,112,23). Sum of RGB (Red+Green+Blue) = 153+112+23=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997017 is #668FE8. Grayscale: #727272. Windows color (decimal): -6721513 or 1536153. OLE color: 1536153.
HSL color Cylindrical-coordinate representation of color #997017: hue angle of 41.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #997017 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 23 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.4 |
| HSL | 41.08º | 0.74% | 0.35% | - |
| HSV(B) | 41.08º | 0.85% | 0.6% | - |
| XYZ | 19.09 | 18.42 | 3.36 | - |
| YUV | 114.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 23 | 0 | 0.27 | 0.85 | 0.4 | 41.08 | 0.74 | 0.35 |
| Hex | 99 | 70 | 17 | 0 | 1B | 55 | 28 | 29 | 4A | 23 |
| Octal | 231 | 160 | 27 | 0 | 33 | 125 | 50 | 51 | 112 | 43 |
| Binary | 10011001 | 1110000 | 10111 | 0 | 11011 | 1010101 | 101000 | 101001 | 1001010 | 100011 |
Color Harmonies of #997017
Complementary color
Monochromatic Colors of #997017
Black with #997017
Text Example
Text Example
White with #997017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997017; }
p { color: rgb(153,112,23); }
H1.HeaderClassName
{
color: #997017;
}
.AnyTagClassName
{
color: #997017;
}
</style>
background-color css
<style>
a { background-color: #997017; }
a { background-color: rgb(153,112,23); }
div.DivClassName
{
background-color: #997017;
}
.BgClassName
{
background-color: #997017;
}
</style>
border-color css
<style>
span { border-color: #997017; }
span { border-color: rgb(153,112,23); }
td.TdClassName
{
border-color: #997017;
}
.TagClassName
{
border-color: #997017;
}
</style>