Shades of Golden Brown #9C7403
Tints of Golden Brown #9C7403
RGB
CMYK
RGB Variations
Color information
#9C7403 (or 0x9C7403) is known color: Golden Brown. HEX triplet: 9C, 74 and 03. RGB value is (156,116,3). Sum of RGB (Red+Green+Blue) = 156+116+3=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7403 is #638BFC. Grayscale: #737373. Windows color (decimal): -6523901 or 226460. OLE color: 226460.
HSL color Cylindrical-coordinate representation of color #9C7403: hue angle of 44.31º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C7403 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.39 |
| HSL | 44.31º | 0.96% | 0.31% | - |
| HSV(B) | 44.31º | 0.98% | 0.61% | - |
| XYZ | 19.97 | 19.57 | 2.81 | - |
| YUV | 115.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 3 | 0 | 0.26 | 0.98 | 0.39 | 44.31 | 0.96 | 0.31 |
| Hex | 9C | 74 | 3 | 0 | 1A | 62 | 27 | 2C | 60 | 1F |
| Octal | 234 | 164 | 3 | 0 | 32 | 142 | 47 | 54 | 140 | 37 |
| Binary | 10011100 | 1110100 | 11 | 0 | 11010 | 1100010 | 100111 | 101100 | 1100000 | 11111 |
Color Harmonies of #9C7403
Complementary color
Monochromatic Colors of #9C7403
Black with #9C7403
Text Example
Text Example
White with #9C7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7403; }
p { color: rgb(156,116,3); }
H1.HeaderClassName
{
color: #9C7403;
}
.AnyTagClassName
{
color: #9C7403;
}
</style>
background-color css
<style>
a { background-color: #9C7403; }
a { background-color: rgb(156,116,3); }
div.DivClassName
{
background-color: #9C7403;
}
.BgClassName
{
background-color: #9C7403;
}
</style>
border-color css
<style>
span { border-color: #9C7403; }
span { border-color: rgb(156,116,3); }
td.TdClassName
{
border-color: #9C7403;
}
.TagClassName
{
border-color: #9C7403;
}
</style>