Shades of Golden Brown #9B7409
Tints of Golden Brown #9B7409
RGB
CMYK
RGB Variations
Color information
#9B7409 (or 0x9B7409) is known color: Golden Brown. HEX triplet: 9B, 74 and 09. RGB value is (155,116,9). Sum of RGB (Red+Green+Blue) = 155+116+9=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7409 is #648BF6. Grayscale: #737373. Windows color (decimal): -6589431 or 619675. OLE color: 619675.
HSL color Cylindrical-coordinate representation of color #9B7409: hue angle of 43.97º 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 #9B7409 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 9 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.39 |
| HSL | 43.97º | 0.89% | 0.32% | - |
| HSV(B) | 43.97º | 0.94% | 0.61% | - |
| XYZ | 19.81 | 19.48 | 2.97 | - |
| YUV | 115.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 9 | 0 | 0.25 | 0.94 | 0.39 | 43.97 | 0.89 | 0.32 |
| Hex | 9B | 74 | 9 | 0 | 19 | 5E | 27 | 2C | 59 | 20 |
| Octal | 233 | 164 | 11 | 0 | 31 | 136 | 47 | 54 | 131 | 40 |
| Binary | 10011011 | 1110100 | 1001 | 0 | 11001 | 1011110 | 100111 | 101100 | 1011001 | 100000 |
Color Harmonies of #9B7409
Complementary color
Monochromatic Colors of #9B7409
Black with #9B7409
Text Example
Text Example
White with #9B7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7409; }
p { color: rgb(155,116,9); }
H1.HeaderClassName
{
color: #9B7409;
}
.AnyTagClassName
{
color: #9B7409;
}
</style>
background-color css
<style>
a { background-color: #9B7409; }
a { background-color: rgb(155,116,9); }
div.DivClassName
{
background-color: #9B7409;
}
.BgClassName
{
background-color: #9B7409;
}
</style>
border-color css
<style>
span { border-color: #9B7409; }
span { border-color: rgb(155,116,9); }
td.TdClassName
{
border-color: #9B7409;
}
.TagClassName
{
border-color: #9B7409;
}
</style>