Shades of Golden Brown #9C701B
Tints of Golden Brown #9C701B
RGB
CMYK
RGB Variations
Color information
#9C701B (or 0x9C701B) is known color: Golden Brown. HEX triplet: 9C, 70 and 1B. RGB value is (156,112,27). Sum of RGB (Red+Green+Blue) = 156+112+27=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C701B is #638FE4. Grayscale: #737373. Windows color (decimal): -6524901 or 1798300. OLE color: 1798300.
HSL color Cylindrical-coordinate representation of color #9C701B: hue angle of 39.53º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C701B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 27 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.39 |
| HSL | 39.53º | 0.7% | 0.36% | - |
| HSV(B) | 39.53º | 0.83% | 0.61% | - |
| XYZ | 19.7 | 18.74 | 3.61 | - |
| YUV | 115.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 27 | 0 | 0.28 | 0.83 | 0.39 | 39.53 | 0.7 | 0.36 |
| Hex | 9C | 70 | 1B | 0 | 1C | 53 | 27 | 28 | 46 | 24 |
| Octal | 234 | 160 | 33 | 0 | 34 | 123 | 47 | 50 | 106 | 44 |
| Binary | 10011100 | 1110000 | 11011 | 0 | 11100 | 1010011 | 100111 | 101000 | 1000110 | 100100 |
Color Harmonies of #9C701B
Complementary color
Monochromatic Colors of #9C701B
Black with #9C701B
Text Example
Text Example
White with #9C701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C701B; }
p { color: rgb(156,112,27); }
H1.HeaderClassName
{
color: #9C701B;
}
.AnyTagClassName
{
color: #9C701B;
}
</style>
background-color css
<style>
a { background-color: #9C701B; }
a { background-color: rgb(156,112,27); }
div.DivClassName
{
background-color: #9C701B;
}
.BgClassName
{
background-color: #9C701B;
}
</style>
border-color css
<style>
span { border-color: #9C701B; }
span { border-color: rgb(156,112,27); }
td.TdClassName
{
border-color: #9C701B;
}
.TagClassName
{
border-color: #9C701B;
}
</style>