Shades of Golden Brown #9C7209
Tints of Golden Brown #9C7209
RGB
CMYK
RGB Variations
Color information
#9C7209 (or 0x9C7209) is known color: Golden Brown. HEX triplet: 9C, 72 and 09. RGB value is (156,114,9). Sum of RGB (Red+Green+Blue) = 156+114+9=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7209 is #638DF6. Grayscale: #737373. Windows color (decimal): -6524407 or 619164. OLE color: 619164.
HSL color Cylindrical-coordinate representation of color #9C7209: hue angle of 42.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C7209 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.39 |
| HSL | 42.86º | 0.89% | 0.32% | - |
| HSV(B) | 42.86º | 0.94% | 0.61% | - |
| XYZ | 19.78 | 19.12 | 2.91 | - |
| YUV | 114.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 9 | 0 | 0.27 | 0.94 | 0.39 | 42.86 | 0.89 | 0.32 |
| Hex | 9C | 72 | 9 | 0 | 1B | 5E | 27 | 2B | 59 | 20 |
| Octal | 234 | 162 | 11 | 0 | 33 | 136 | 47 | 53 | 131 | 40 |
| Binary | 10011100 | 1110010 | 1001 | 0 | 11011 | 1011110 | 100111 | 101011 | 1011001 | 100000 |
Color Harmonies of #9C7209
Complementary color
Monochromatic Colors of #9C7209
Black with #9C7209
Text Example
Text Example
White with #9C7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7209; }
p { color: rgb(156,114,9); }
H1.HeaderClassName
{
color: #9C7209;
}
.AnyTagClassName
{
color: #9C7209;
}
</style>
background-color css
<style>
a { background-color: #9C7209; }
a { background-color: rgb(156,114,9); }
div.DivClassName
{
background-color: #9C7209;
}
.BgClassName
{
background-color: #9C7209;
}
</style>
border-color css
<style>
span { border-color: #9C7209; }
span { border-color: rgb(156,114,9); }
td.TdClassName
{
border-color: #9C7209;
}
.TagClassName
{
border-color: #9C7209;
}
</style>