Shades of Golden Brown #9B7200
Tints of Golden Brown #9B7200
RGB
CMYK
RGB Variations
Color information
#9B7200 (or 0x9B7200) is known color: Golden Brown. HEX triplet: 9B, 72 and 00. RGB value is (155,114,0). Sum of RGB (Red+Green+Blue) = 155+114+0=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7200 is #648DFF. Grayscale: #717171. Windows color (decimal): -6589952 or 29339. OLE color: 29339.
HSL color Cylindrical-coordinate representation of color #9B7200: hue angle of 44.13º 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 #9B7200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.39 |
| HSL | 44.13º | 1% | 0.3% | - |
| HSV(B) | 44.13º | 1% | 0.61% | - |
| XYZ | 19.53 | 19 | 2.64 | - |
| YUV | 113.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 0 | 0 | 0.26 | 1 | 0.39 | 44.13 | 1 | 0.3 |
| Hex | 9B | 72 | 0 | 0 | 1A | 64 | 27 | 2C | 64 | 1E |
| Octal | 233 | 162 | 0 | 0 | 32 | 144 | 47 | 54 | 144 | 36 |
| Binary | 10011011 | 1110010 | 0 | 0 | 11010 | 1100100 | 100111 | 101100 | 1100100 | 11110 |
Color Harmonies of #9B7200
Complementary color
Monochromatic Colors of #9B7200
Black with #9B7200
Text Example
Text Example
White with #9B7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7200; }
p { color: rgb(155,114,0); }
H1.HeaderClassName
{
color: #9B7200;
}
.AnyTagClassName
{
color: #9B7200;
}
</style>
background-color css
<style>
a { background-color: #9B7200; }
a { background-color: rgb(155,114,0); }
div.DivClassName
{
background-color: #9B7200;
}
.BgClassName
{
background-color: #9B7200;
}
</style>
border-color css
<style>
span { border-color: #9B7200; }
span { border-color: rgb(155,114,0); }
td.TdClassName
{
border-color: #9B7200;
}
.TagClassName
{
border-color: #9B7200;
}
</style>