Shades of Golden Brown #9D720B
Tints of Golden Brown #9D720B
RGB
CMYK
RGB Variations
Color information
#9D720B (or 0x9D720B) is known color: Golden Brown. HEX triplet: 9D, 72 and 0B. RGB value is (157,114,11). Sum of RGB (Red+Green+Blue) = 157+114+11=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D720B is #628DF4. Grayscale: #737373. Windows color (decimal): -6458869 or 750237. OLE color: 750237.
HSL color Cylindrical-coordinate representation of color #9D720B: hue angle of 42.33º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D720B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 11 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.38 |
| HSL | 42.33º | 0.87% | 0.33% | - |
| HSV(B) | 42.33º | 0.93% | 0.62% | - |
| XYZ | 19.98 | 19.23 | 2.97 | - |
| YUV | 115.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 11 | 0 | 0.27 | 0.93 | 0.38 | 42.33 | 0.87 | 0.33 |
| Hex | 9D | 72 | B | 0 | 1B | 5D | 26 | 2A | 57 | 21 |
| Octal | 235 | 162 | 13 | 0 | 33 | 135 | 46 | 52 | 127 | 41 |
| Binary | 10011101 | 1110010 | 1011 | 0 | 11011 | 1011101 | 100110 | 101010 | 1010111 | 100001 |
Color Harmonies of #9D720B
Complementary color
Monochromatic Colors of #9D720B
Black with #9D720B
Text Example
Text Example
White with #9D720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D720B; }
p { color: rgb(157,114,11); }
H1.HeaderClassName
{
color: #9D720B;
}
.AnyTagClassName
{
color: #9D720B;
}
</style>
background-color css
<style>
a { background-color: #9D720B; }
a { background-color: rgb(157,114,11); }
div.DivClassName
{
background-color: #9D720B;
}
.BgClassName
{
background-color: #9D720B;
}
</style>
border-color css
<style>
span { border-color: #9D720B; }
span { border-color: rgb(157,114,11); }
td.TdClassName
{
border-color: #9D720B;
}
.TagClassName
{
border-color: #9D720B;
}
</style>