Shades of Golden Brown #997317
Tints of Golden Brown #997317
RGB
CMYK
RGB Variations
Color information
#997317 (or 0x997317) is known color: Golden Brown. HEX triplet: 99, 73 and 17. RGB value is (153,115,23). Sum of RGB (Red+Green+Blue) = 153+115+23=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #997317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997317 is #668CE8. Grayscale: #747474. Windows color (decimal): -6720745 or 1536921. OLE color: 1536921.
HSL color Cylindrical-coordinate representation of color #997317: hue angle of 42.46º 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 #997317 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 23 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.4 |
| HSL | 42.46º | 0.74% | 0.35% | - |
| HSV(B) | 42.46º | 0.85% | 0.6% | - |
| XYZ | 19.42 | 19.1 | 3.47 | - |
| YUV | 115.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 23 | 0 | 0.25 | 0.85 | 0.4 | 42.46 | 0.74 | 0.35 |
| Hex | 99 | 73 | 17 | 0 | 19 | 55 | 28 | 2A | 4A | 23 |
| Octal | 231 | 163 | 27 | 0 | 31 | 125 | 50 | 52 | 112 | 43 |
| Binary | 10011001 | 1110011 | 10111 | 0 | 11001 | 1010101 | 101000 | 101010 | 1001010 | 100011 |
Color Harmonies of #997317
Complementary color
Monochromatic Colors of #997317
Black with #997317
Text Example
Text Example
White with #997317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997317; }
p { color: rgb(153,115,23); }
H1.HeaderClassName
{
color: #997317;
}
.AnyTagClassName
{
color: #997317;
}
</style>
background-color css
<style>
a { background-color: #997317; }
a { background-color: rgb(153,115,23); }
div.DivClassName
{
background-color: #997317;
}
.BgClassName
{
background-color: #997317;
}
</style>
border-color css
<style>
span { border-color: #997317; }
span { border-color: rgb(153,115,23); }
td.TdClassName
{
border-color: #997317;
}
.TagClassName
{
border-color: #997317;
}
</style>