Shades of Golden Brown #9D770D
Tints of Golden Brown #9D770D
RGB
CMYK
RGB Variations
Color information
#9D770D (or 0x9D770D) is known color: Golden Brown. HEX triplet: 9D, 77 and 0D. RGB value is (157,119,13). Sum of RGB (Red+Green+Blue) = 157+119+13=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D770D is #6288F2. Grayscale: #767676. Windows color (decimal): -6457587 or 882589. OLE color: 882589.
HSL color Cylindrical-coordinate representation of color #9D770D: hue angle of 44.17º 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 #9D770D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.38 |
| HSL | 44.17º | 0.85% | 0.33% | - |
| HSV(B) | 44.17º | 0.92% | 0.62% | - |
| XYZ | 20.57 | 20.39 | 3.23 | - |
| YUV | 118.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 13 | 0 | 0.24 | 0.92 | 0.38 | 44.17 | 0.85 | 0.33 |
| Hex | 9D | 77 | D | 0 | 18 | 5C | 26 | 2C | 55 | 21 |
| Octal | 235 | 167 | 15 | 0 | 30 | 134 | 46 | 54 | 125 | 41 |
| Binary | 10011101 | 1110111 | 1101 | 0 | 11000 | 1011100 | 100110 | 101100 | 1010101 | 100001 |
Color Harmonies of #9D770D
Complementary color
Monochromatic Colors of #9D770D
Black with #9D770D
Text Example
Text Example
White with #9D770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D770D; }
p { color: rgb(157,119,13); }
H1.HeaderClassName
{
color: #9D770D;
}
.AnyTagClassName
{
color: #9D770D;
}
</style>
background-color css
<style>
a { background-color: #9D770D; }
a { background-color: rgb(157,119,13); }
div.DivClassName
{
background-color: #9D770D;
}
.BgClassName
{
background-color: #9D770D;
}
</style>
border-color css
<style>
span { border-color: #9D770D; }
span { border-color: rgb(157,119,13); }
td.TdClassName
{
border-color: #9D770D;
}
.TagClassName
{
border-color: #9D770D;
}
</style>