Shades of Golden Brown #9B7702
Tints of Golden Brown #9B7702
RGB
CMYK
RGB Variations
Color information
#9B7702 (or 0x9B7702) is known color: Golden Brown. HEX triplet: 9B, 77 and 02. RGB value is (155,119,2). Sum of RGB (Red+Green+Blue) = 155+119+2=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7702 is #6488FD. Grayscale: #747474. Windows color (decimal): -6588670 or 161691. OLE color: 161691.
HSL color Cylindrical-coordinate representation of color #9B7702: hue angle of 45.88º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B7702 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.39 |
| HSL | 45.88º | 0.97% | 0.31% | - |
| HSV(B) | 45.88º | 0.99% | 0.61% | - |
| XYZ | 20.13 | 20.17 | 2.89 | - |
| YUV | 116.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 2 | 0 | 0.23 | 0.99 | 0.39 | 45.88 | 0.97 | 0.31 |
| Hex | 9B | 77 | 2 | 0 | 17 | 63 | 27 | 2E | 61 | 1F |
| Octal | 233 | 167 | 2 | 0 | 27 | 143 | 47 | 56 | 141 | 37 |
| Binary | 10011011 | 1110111 | 10 | 0 | 10111 | 1100011 | 100111 | 101110 | 1100001 | 11111 |
Color Harmonies of #9B7702
Complementary color
Monochromatic Colors of #9B7702
Black with #9B7702
Text Example
Text Example
White with #9B7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7702; }
p { color: rgb(155,119,2); }
H1.HeaderClassName
{
color: #9B7702;
}
.AnyTagClassName
{
color: #9B7702;
}
</style>
background-color css
<style>
a { background-color: #9B7702; }
a { background-color: rgb(155,119,2); }
div.DivClassName
{
background-color: #9B7702;
}
.BgClassName
{
background-color: #9B7702;
}
</style>
border-color css
<style>
span { border-color: #9B7702; }
span { border-color: rgb(155,119,2); }
td.TdClassName
{
border-color: #9B7702;
}
.TagClassName
{
border-color: #9B7702;
}
</style>