Shades of Golden Brown #997405
Tints of Golden Brown #997405
RGB
CMYK
RGB Variations
Color information
#997405 (or 0x997405) is known color: Golden Brown. HEX triplet: 99, 74 and 05. RGB value is (153,116,5). Sum of RGB (Red+Green+Blue) = 153+116+5=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #997405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997405 is #668BFA. Grayscale: #727272. Windows color (decimal): -6720507 or 357529. OLE color: 357529.
HSL color Cylindrical-coordinate representation of color #997405: hue angle of 45º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #997405 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.4 |
| HSL | 45º | 0.94% | 0.31% | - |
| HSV(B) | 45º | 0.97% | 0.6% | - |
| XYZ | 19.41 | 19.27 | 2.84 | - |
| YUV | 114.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 5 | 0 | 0.24 | 0.97 | 0.4 | 45 | 0.94 | 0.31 |
| Hex | 99 | 74 | 5 | 0 | 18 | 61 | 28 | 2D | 5E | 1F |
| Octal | 231 | 164 | 5 | 0 | 30 | 141 | 50 | 55 | 136 | 37 |
| Binary | 10011001 | 1110100 | 101 | 0 | 11000 | 1100001 | 101000 | 101101 | 1011110 | 11111 |
Color Harmonies of #997405
Complementary color
Monochromatic Colors of #997405
Black with #997405
Text Example
Text Example
White with #997405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997405; }
p { color: rgb(153,116,5); }
H1.HeaderClassName
{
color: #997405;
}
.AnyTagClassName
{
color: #997405;
}
</style>
background-color css
<style>
a { background-color: #997405; }
a { background-color: rgb(153,116,5); }
div.DivClassName
{
background-color: #997405;
}
.BgClassName
{
background-color: #997405;
}
</style>
border-color css
<style>
span { border-color: #997405; }
span { border-color: rgb(153,116,5); }
td.TdClassName
{
border-color: #997405;
}
.TagClassName
{
border-color: #997405;
}
</style>