Shades of Golden Brown #9B7501
Tints of Golden Brown #9B7501
RGB
CMYK
RGB Variations
Color information
#9B7501 (or 0x9B7501) is known color: Golden Brown. HEX triplet: 9B, 75 and 01. RGB value is (155,117,1). Sum of RGB (Red+Green+Blue) = 155+117+1=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7501 is #648AFE. Grayscale: #737373. Windows color (decimal): -6589183 or 95643. OLE color: 95643.
HSL color Cylindrical-coordinate representation of color #9B7501: hue angle of 45.19º degrees, saturation: 0.99, 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 #9B7501 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.39 |
| HSL | 45.19º | 0.99% | 0.31% | - |
| HSV(B) | 45.19º | 0.99% | 0.61% | - |
| XYZ | 19.88 | 19.69 | 2.78 | - |
| YUV | 115.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 1 | 0 | 0.25 | 0.99 | 0.39 | 45.19 | 0.99 | 0.31 |
| Hex | 9B | 75 | 1 | 0 | 19 | 63 | 27 | 2D | 63 | 1F |
| Octal | 233 | 165 | 1 | 0 | 31 | 143 | 47 | 55 | 143 | 37 |
| Binary | 10011011 | 1110101 | 1 | 0 | 11001 | 1100011 | 100111 | 101101 | 1100011 | 11111 |
Color Harmonies of #9B7501
Complementary color
Monochromatic Colors of #9B7501
Black with #9B7501
Text Example
Text Example
White with #9B7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7501; }
p { color: rgb(155,117,1); }
H1.HeaderClassName
{
color: #9B7501;
}
.AnyTagClassName
{
color: #9B7501;
}
</style>
background-color css
<style>
a { background-color: #9B7501; }
a { background-color: rgb(155,117,1); }
div.DivClassName
{
background-color: #9B7501;
}
.BgClassName
{
background-color: #9B7501;
}
</style>
border-color css
<style>
span { border-color: #9B7501; }
span { border-color: rgb(155,117,1); }
td.TdClassName
{
border-color: #9B7501;
}
.TagClassName
{
border-color: #9B7501;
}
</style>