Shades of Golden Brown #9C701D
Tints of Golden Brown #9C701D
RGB
CMYK
RGB Variations
Color information
#9C701D (or 0x9C701D) is known color: Golden Brown. HEX triplet: 9C, 70 and 1D. RGB value is (156,112,29). Sum of RGB (Red+Green+Blue) = 156+112+29=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C701D is #638FE2. Grayscale: #747474. Windows color (decimal): -6524899 or 1929372. OLE color: 1929372.
HSL color Cylindrical-coordinate representation of color #9C701D: hue angle of 39.21º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C701D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 29 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.39 |
| HSL | 39.21º | 0.69% | 0.36% | - |
| HSV(B) | 39.21º | 0.81% | 0.61% | - |
| XYZ | 19.73 | 18.74 | 3.74 | - |
| YUV | 115.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 29 | 0 | 0.28 | 0.81 | 0.39 | 39.21 | 0.69 | 0.36 |
| Hex | 9C | 70 | 1D | 0 | 1C | 51 | 27 | 27 | 45 | 24 |
| Octal | 234 | 160 | 35 | 0 | 34 | 121 | 47 | 47 | 105 | 44 |
| Binary | 10011100 | 1110000 | 11101 | 0 | 11100 | 1010001 | 100111 | 100111 | 1000101 | 100100 |
Color Harmonies of #9C701D
Complementary color
Monochromatic Colors of #9C701D
Black with #9C701D
Text Example
Text Example
White with #9C701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C701D; }
p { color: rgb(156,112,29); }
H1.HeaderClassName
{
color: #9C701D;
}
.AnyTagClassName
{
color: #9C701D;
}
</style>
background-color css
<style>
a { background-color: #9C701D; }
a { background-color: rgb(156,112,29); }
div.DivClassName
{
background-color: #9C701D;
}
.BgClassName
{
background-color: #9C701D;
}
</style>
border-color css
<style>
span { border-color: #9C701D; }
span { border-color: rgb(156,112,29); }
td.TdClassName
{
border-color: #9C701D;
}
.TagClassName
{
border-color: #9C701D;
}
</style>