Shades of Golden Brown #9C730D
Tints of Golden Brown #9C730D
RGB
CMYK
RGB Variations
Color information
#9C730D (or 0x9C730D) is known color: Golden Brown. HEX triplet: 9C, 73 and 0D. RGB value is (156,115,13). Sum of RGB (Red+Green+Blue) = 156+115+13=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C730D is #638CF2. Grayscale: #747474. Windows color (decimal): -6524147 or 881564. OLE color: 881564.
HSL color Cylindrical-coordinate representation of color #9C730D: hue angle of 42.8º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C730D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.39 |
| HSL | 42.8º | 0.85% | 0.33% | - |
| HSV(B) | 42.8º | 0.92% | 0.61% | - |
| XYZ | 19.91 | 19.36 | 3.07 | - |
| YUV | 115.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 13 | 0 | 0.26 | 0.92 | 0.39 | 42.8 | 0.85 | 0.33 |
| Hex | 9C | 73 | D | 0 | 1A | 5C | 27 | 2B | 55 | 21 |
| Octal | 234 | 163 | 15 | 0 | 32 | 134 | 47 | 53 | 125 | 41 |
| Binary | 10011100 | 1110011 | 1101 | 0 | 11010 | 1011100 | 100111 | 101011 | 1010101 | 100001 |
Color Harmonies of #9C730D
Complementary color
Monochromatic Colors of #9C730D
Black with #9C730D
Text Example
Text Example
White with #9C730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C730D; }
p { color: rgb(156,115,13); }
H1.HeaderClassName
{
color: #9C730D;
}
.AnyTagClassName
{
color: #9C730D;
}
</style>
background-color css
<style>
a { background-color: #9C730D; }
a { background-color: rgb(156,115,13); }
div.DivClassName
{
background-color: #9C730D;
}
.BgClassName
{
background-color: #9C730D;
}
</style>
border-color css
<style>
span { border-color: #9C730D; }
span { border-color: rgb(156,115,13); }
td.TdClassName
{
border-color: #9C730D;
}
.TagClassName
{
border-color: #9C730D;
}
</style>