Shades of Golden Brown #9D7402
Tints of Golden Brown #9D7402
RGB
CMYK
RGB Variations
Color information
#9D7402 (or 0x9D7402) is known color: Golden Brown. HEX triplet: 9D, 74 and 02. RGB value is (157,116,2). Sum of RGB (Red+Green+Blue) = 157+116+2=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7402 is #628BFD. Grayscale: #737373. Windows color (decimal): -6458366 or 160925. OLE color: 160925.
HSL color Cylindrical-coordinate representation of color #9D7402: hue angle of 44.13º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D7402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.38 |
| HSL | 44.13º | 0.97% | 0.31% | - |
| HSV(B) | 44.13º | 0.99% | 0.62% | - |
| XYZ | 20.16 | 19.66 | 2.79 | - |
| YUV | 115.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 2 | 0 | 0.26 | 0.99 | 0.38 | 44.13 | 0.97 | 0.31 |
| Hex | 9D | 74 | 2 | 0 | 1A | 63 | 26 | 2C | 61 | 1F |
| Octal | 235 | 164 | 2 | 0 | 32 | 143 | 46 | 54 | 141 | 37 |
| Binary | 10011101 | 1110100 | 10 | 0 | 11010 | 1100011 | 100110 | 101100 | 1100001 | 11111 |
Color Harmonies of #9D7402
Complementary color
Monochromatic Colors of #9D7402
Black with #9D7402
Text Example
Text Example
White with #9D7402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7402; }
p { color: rgb(157,116,2); }
H1.HeaderClassName
{
color: #9D7402;
}
.AnyTagClassName
{
color: #9D7402;
}
</style>
background-color css
<style>
a { background-color: #9D7402; }
a { background-color: rgb(157,116,2); }
div.DivClassName
{
background-color: #9D7402;
}
.BgClassName
{
background-color: #9D7402;
}
</style>
border-color css
<style>
span { border-color: #9D7402; }
span { border-color: rgb(157,116,2); }
td.TdClassName
{
border-color: #9D7402;
}
.TagClassName
{
border-color: #9D7402;
}
</style>