Shades of Golden Brown #9D7002
Tints of Golden Brown #9D7002
RGB
CMYK
RGB Variations
Color information
#9D7002 (or 0x9D7002) is known color: Golden Brown. HEX triplet: 9D, 70 and 02. RGB value is (157,112,2). Sum of RGB (Red+Green+Blue) = 157+112+2=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7002 is #628FFD. Grayscale: #717171. Windows color (decimal): -6459390 or 159901. OLE color: 159901.
HSL color Cylindrical-coordinate representation of color #9D7002: hue angle of 42.58º 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 #9D7002 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.38 |
| HSL | 42.58º | 0.97% | 0.31% | - |
| HSV(B) | 42.58º | 0.99% | 0.62% | - |
| XYZ | 19.71 | 18.76 | 2.64 | - |
| YUV | 112.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 2 | 0 | 0.29 | 0.99 | 0.38 | 42.58 | 0.97 | 0.31 |
| Hex | 9D | 70 | 2 | 0 | 1D | 63 | 26 | 2B | 61 | 1F |
| Octal | 235 | 160 | 2 | 0 | 35 | 143 | 46 | 53 | 141 | 37 |
| Binary | 10011101 | 1110000 | 10 | 0 | 11101 | 1100011 | 100110 | 101011 | 1100001 | 11111 |
Color Harmonies of #9D7002
Complementary color
Monochromatic Colors of #9D7002
Black with #9D7002
Text Example
Text Example
White with #9D7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7002; }
p { color: rgb(157,112,2); }
H1.HeaderClassName
{
color: #9D7002;
}
.AnyTagClassName
{
color: #9D7002;
}
</style>
background-color css
<style>
a { background-color: #9D7002; }
a { background-color: rgb(157,112,2); }
div.DivClassName
{
background-color: #9D7002;
}
.BgClassName
{
background-color: #9D7002;
}
</style>
border-color css
<style>
span { border-color: #9D7002; }
span { border-color: rgb(157,112,2); }
td.TdClassName
{
border-color: #9D7002;
}
.TagClassName
{
border-color: #9D7002;
}
</style>