Shades of Golden Brown #9B720A
Tints of Golden Brown #9B720A
RGB
CMYK
RGB Variations
Color information
#9B720A (or 0x9B720A) is known color: Golden Brown. HEX triplet: 9B, 72 and 0A. RGB value is (155,114,10). Sum of RGB (Red+Green+Blue) = 155+114+10=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B720A is #648DF5. Grayscale: #727272. Windows color (decimal): -6589942 or 684699. OLE color: 684699.
HSL color Cylindrical-coordinate representation of color #9B720A: hue angle of 43.03º degrees, saturation: 0.88, 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 #9B720A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.39 |
| HSL | 43.03º | 0.88% | 0.32% | - |
| HSV(B) | 43.03º | 0.94% | 0.61% | - |
| XYZ | 19.59 | 19.03 | 2.93 | - |
| YUV | 114.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 10 | 0 | 0.26 | 0.94 | 0.39 | 43.03 | 0.88 | 0.32 |
| Hex | 9B | 72 | A | 0 | 1A | 5E | 27 | 2B | 58 | 20 |
| Octal | 233 | 162 | 12 | 0 | 32 | 136 | 47 | 53 | 130 | 40 |
| Binary | 10011011 | 1110010 | 1010 | 0 | 11010 | 1011110 | 100111 | 101011 | 1011000 | 100000 |
Color Harmonies of #9B720A
Complementary color
Monochromatic Colors of #9B720A
Black with #9B720A
Text Example
Text Example
White with #9B720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B720A; }
p { color: rgb(155,114,10); }
H1.HeaderClassName
{
color: #9B720A;
}
.AnyTagClassName
{
color: #9B720A;
}
</style>
background-color css
<style>
a { background-color: #9B720A; }
a { background-color: rgb(155,114,10); }
div.DivClassName
{
background-color: #9B720A;
}
.BgClassName
{
background-color: #9B720A;
}
</style>
border-color css
<style>
span { border-color: #9B720A; }
span { border-color: rgb(155,114,10); }
td.TdClassName
{
border-color: #9B720A;
}
.TagClassName
{
border-color: #9B720A;
}
</style>