Shades of Golden Brown #997307
Tints of Golden Brown #997307
RGB
CMYK
RGB Variations
Color information
#997307 (or 0x997307) is known color: Golden Brown. HEX triplet: 99, 73 and 07. RGB value is (153,115,7). Sum of RGB (Red+Green+Blue) = 153+115+7=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997307 is #668CF8. Grayscale: #727272. Windows color (decimal): -6720761 or 488345. OLE color: 488345.
HSL color Cylindrical-coordinate representation of color #997307: hue angle of 44.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997307 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 7 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.4 |
| HSL | 44.38º | 0.91% | 0.31% | - |
| HSV(B) | 44.38º | 0.95% | 0.6% | - |
| XYZ | 19.31 | 19.05 | 2.86 | - |
| YUV | 114.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 7 | 0 | 0.25 | 0.95 | 0.4 | 44.38 | 0.91 | 0.31 |
| Hex | 99 | 73 | 7 | 0 | 19 | 5F | 28 | 2C | 5B | 1F |
| Octal | 231 | 163 | 7 | 0 | 31 | 137 | 50 | 54 | 133 | 37 |
| Binary | 10011001 | 1110011 | 111 | 0 | 11001 | 1011111 | 101000 | 101100 | 1011011 | 11111 |
Color Harmonies of #997307
Complementary color
Monochromatic Colors of #997307
Black with #997307
Text Example
Text Example
White with #997307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997307; }
p { color: rgb(153,115,7); }
H1.HeaderClassName
{
color: #997307;
}
.AnyTagClassName
{
color: #997307;
}
</style>
background-color css
<style>
a { background-color: #997307; }
a { background-color: rgb(153,115,7); }
div.DivClassName
{
background-color: #997307;
}
.BgClassName
{
background-color: #997307;
}
</style>
border-color css
<style>
span { border-color: #997307; }
span { border-color: rgb(153,115,7); }
td.TdClassName
{
border-color: #997307;
}
.TagClassName
{
border-color: #997307;
}
</style>