Shades of Golden Brown #9D720D
Tints of Golden Brown #9D720D
RGB
CMYK
RGB Variations
Color information
#9D720D (or 0x9D720D) is known color: Golden Brown. HEX triplet: 9D, 72 and 0D. RGB value is (157,114,13). Sum of RGB (Red+Green+Blue) = 157+114+13=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D720D is #628DF2. Grayscale: #737373. Windows color (decimal): -6458867 or 881309. OLE color: 881309.
HSL color Cylindrical-coordinate representation of color #9D720D: hue angle of 42.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D720D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 13 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.38 |
| HSL | 42.08º | 0.85% | 0.33% | - |
| HSV(B) | 42.08º | 0.92% | 0.62% | - |
| XYZ | 19.99 | 19.23 | 3.04 | - |
| YUV | 115.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 13 | 0 | 0.27 | 0.92 | 0.38 | 42.08 | 0.85 | 0.33 |
| Hex | 9D | 72 | D | 0 | 1B | 5C | 26 | 2A | 55 | 21 |
| Octal | 235 | 162 | 15 | 0 | 33 | 134 | 46 | 52 | 125 | 41 |
| Binary | 10011101 | 1110010 | 1101 | 0 | 11011 | 1011100 | 100110 | 101010 | 1010101 | 100001 |
Color Harmonies of #9D720D
Complementary color
Monochromatic Colors of #9D720D
Black with #9D720D
Text Example
Text Example
White with #9D720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D720D; }
p { color: rgb(157,114,13); }
H1.HeaderClassName
{
color: #9D720D;
}
.AnyTagClassName
{
color: #9D720D;
}
</style>
background-color css
<style>
a { background-color: #9D720D; }
a { background-color: rgb(157,114,13); }
div.DivClassName
{
background-color: #9D720D;
}
.BgClassName
{
background-color: #9D720D;
}
</style>
border-color css
<style>
span { border-color: #9D720D; }
span { border-color: rgb(157,114,13); }
td.TdClassName
{
border-color: #9D720D;
}
.TagClassName
{
border-color: #9D720D;
}
</style>