Shades of Golden Brown #9D720C
Tints of Golden Brown #9D720C
RGB
CMYK
RGB Variations
Color information
#9D720C (or 0x9D720C) is known color: Golden Brown. HEX triplet: 9D, 72 and 0C. RGB value is (157,114,12). Sum of RGB (Red+Green+Blue) = 157+114+12=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D720C is #628DF3. Grayscale: #737373. Windows color (decimal): -6458868 or 815773. OLE color: 815773.
HSL color Cylindrical-coordinate representation of color #9D720C: hue angle of 42.21º degrees, saturation: 0.86, 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 #9D720C is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 12 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.38 |
| HSL | 42.21º | 0.86% | 0.33% | - |
| HSV(B) | 42.21º | 0.92% | 0.62% | - |
| XYZ | 19.99 | 19.23 | 3.01 | - |
| YUV | 115.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 12 | 0 | 0.27 | 0.92 | 0.38 | 42.21 | 0.86 | 0.33 |
| Hex | 9D | 72 | C | 0 | 1B | 5C | 26 | 2A | 56 | 21 |
| Octal | 235 | 162 | 14 | 0 | 33 | 134 | 46 | 52 | 126 | 41 |
| Binary | 10011101 | 1110010 | 1100 | 0 | 11011 | 1011100 | 100110 | 101010 | 1010110 | 100001 |
Color Harmonies of #9D720C
Complementary color
Monochromatic Colors of #9D720C
Black with #9D720C
Text Example
Text Example
White with #9D720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D720C; }
p { color: rgb(157,114,12); }
H1.HeaderClassName
{
color: #9D720C;
}
.AnyTagClassName
{
color: #9D720C;
}
</style>
background-color css
<style>
a { background-color: #9D720C; }
a { background-color: rgb(157,114,12); }
div.DivClassName
{
background-color: #9D720C;
}
.BgClassName
{
background-color: #9D720C;
}
</style>
border-color css
<style>
span { border-color: #9D720C; }
span { border-color: rgb(157,114,12); }
td.TdClassName
{
border-color: #9D720C;
}
.TagClassName
{
border-color: #9D720C;
}
</style>