Shades of Golden Brown #9C701A
Tints of Golden Brown #9C701A
RGB
CMYK
RGB Variations
Color information
#9C701A (or 0x9C701A) is known color: Golden Brown. HEX triplet: 9C, 70 and 1A. RGB value is (156,112,26). Sum of RGB (Red+Green+Blue) = 156+112+26=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C701A is #638FE5. Grayscale: #737373. Windows color (decimal): -6524902 or 1732764. OLE color: 1732764.
HSL color Cylindrical-coordinate representation of color #9C701A: hue angle of 39.69º degrees, saturation: 0.71, 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 #9C701A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 26 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.39 |
| HSL | 39.69º | 0.71% | 0.36% | - |
| HSV(B) | 39.69º | 0.83% | 0.61% | - |
| XYZ | 19.69 | 18.73 | 3.55 | - |
| YUV | 115.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 26 | 0 | 0.28 | 0.83 | 0.39 | 39.69 | 0.71 | 0.36 |
| Hex | 9C | 70 | 1A | 0 | 1C | 53 | 27 | 28 | 47 | 24 |
| Octal | 234 | 160 | 32 | 0 | 34 | 123 | 47 | 50 | 107 | 44 |
| Binary | 10011100 | 1110000 | 11010 | 0 | 11100 | 1010011 | 100111 | 101000 | 1000111 | 100100 |
Color Harmonies of #9C701A
Complementary color
Monochromatic Colors of #9C701A
Black with #9C701A
Text Example
Text Example
White with #9C701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C701A; }
p { color: rgb(156,112,26); }
H1.HeaderClassName
{
color: #9C701A;
}
.AnyTagClassName
{
color: #9C701A;
}
</style>
background-color css
<style>
a { background-color: #9C701A; }
a { background-color: rgb(156,112,26); }
div.DivClassName
{
background-color: #9C701A;
}
.BgClassName
{
background-color: #9C701A;
}
</style>
border-color css
<style>
span { border-color: #9C701A; }
span { border-color: rgb(156,112,26); }
td.TdClassName
{
border-color: #9C701A;
}
.TagClassName
{
border-color: #9C701A;
}
</style>