Shades of Golden Brown #997902
Tints of Golden Brown #997902
RGB
CMYK
RGB Variations
Color information
#997902 (or 0x997902) is known color: Golden Brown. HEX triplet: 99, 79 and 02. RGB value is (153,121,2). Sum of RGB (Red+Green+Blue) = 153+121+2=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #997902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997902 is #6686FD. Grayscale: #757575. Windows color (decimal): -6719230 or 162201. OLE color: 162201.
HSL color Cylindrical-coordinate representation of color #997902: hue angle of 47.28º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #997902 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.4 |
| HSL | 47.28º | 0.97% | 0.3% | - |
| HSV(B) | 47.28º | 0.99% | 0.6% | - |
| XYZ | 19.99 | 20.45 | 2.95 | - |
| YUV | 117 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 2 | 0 | 0.21 | 0.99 | 0.4 | 47.28 | 0.97 | 0.3 |
| Hex | 99 | 79 | 2 | 0 | 15 | 63 | 28 | 2F | 61 | 1E |
| Octal | 231 | 171 | 2 | 0 | 25 | 143 | 50 | 57 | 141 | 36 |
| Binary | 10011001 | 1111001 | 10 | 0 | 10101 | 1100011 | 101000 | 101111 | 1100001 | 11110 |
Color Harmonies of #997902
Complementary color
Monochromatic Colors of #997902
Black with #997902
Text Example
Text Example
White with #997902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997902; }
p { color: rgb(153,121,2); }
H1.HeaderClassName
{
color: #997902;
}
.AnyTagClassName
{
color: #997902;
}
</style>
background-color css
<style>
a { background-color: #997902; }
a { background-color: rgb(153,121,2); }
div.DivClassName
{
background-color: #997902;
}
.BgClassName
{
background-color: #997902;
}
</style>
border-color css
<style>
span { border-color: #997902; }
span { border-color: rgb(153,121,2); }
td.TdClassName
{
border-color: #997902;
}
.TagClassName
{
border-color: #997902;
}
</style>