Shades of Golden Brown #9B7900
Tints of Golden Brown #9B7900
RGB
CMYK
RGB Variations
Color information
#9B7900 (or 0x9B7900) is known color: Golden Brown. HEX triplet: 9B, 79 and 00. RGB value is (155,121,0). Sum of RGB (Red+Green+Blue) = 155+121+0=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7900 is #6486FF. Grayscale: #757575. Windows color (decimal): -6588160 or 31131. OLE color: 31131.
HSL color Cylindrical-coordinate representation of color #9B7900: hue angle of 46.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B7900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.39 |
| HSL | 46.84º | 1% | 0.3% | - |
| HSV(B) | 46.84º | 1% | 0.61% | - |
| XYZ | 20.35 | 20.64 | 2.91 | - |
| YUV | 117.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 0 | 0 | 0.22 | 1 | 0.39 | 46.84 | 1 | 0.3 |
| Hex | 9B | 79 | 0 | 0 | 16 | 64 | 27 | 2F | 64 | 1E |
| Octal | 233 | 171 | 0 | 0 | 26 | 144 | 47 | 57 | 144 | 36 |
| Binary | 10011011 | 1111001 | 0 | 0 | 10110 | 1100100 | 100111 | 101111 | 1100100 | 11110 |
Color Harmonies of #9B7900
Complementary color
Monochromatic Colors of #9B7900
Black with #9B7900
Text Example
Text Example
White with #9B7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7900; }
p { color: rgb(155,121,0); }
H1.HeaderClassName
{
color: #9B7900;
}
.AnyTagClassName
{
color: #9B7900;
}
</style>
background-color css
<style>
a { background-color: #9B7900; }
a { background-color: rgb(155,121,0); }
div.DivClassName
{
background-color: #9B7900;
}
.BgClassName
{
background-color: #9B7900;
}
</style>
border-color css
<style>
span { border-color: #9B7900; }
span { border-color: rgb(155,121,0); }
td.TdClassName
{
border-color: #9B7900;
}
.TagClassName
{
border-color: #9B7900;
}
</style>