Shades of Golden Brown #9C5514
Tints of Golden Brown #9C5514
RGB
CMYK
RGB Variations
Color information
#9C5514 (or 0x9C5514) is known color: Golden Brown. HEX triplet: 9C, 55 and 14. RGB value is (156,85,20). Sum of RGB (Red+Green+Blue) = 156+85+20=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5514 is #63AAEB. Grayscale: #636363. Windows color (decimal): -6531820 or 1332636. OLE color: 1332636.
HSL color Cylindrical-coordinate representation of color #9C5514: hue angle of 28.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C5514 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 20 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.39 |
| HSL | 28.68º | 0.77% | 0.35% | - |
| HSV(B) | 28.68º | 0.87% | 0.61% | - |
| XYZ | 17.09 | 13.62 | 2.39 | - |
| YUV | 98.82 | 83.52 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 20 | 0 | 0.46 | 0.87 | 0.39 | 28.68 | 0.77 | 0.35 |
| Hex | 9C | 55 | 14 | 0 | 2E | 57 | 27 | 1D | 4D | 23 |
| Octal | 234 | 125 | 24 | 0 | 56 | 127 | 47 | 35 | 115 | 43 |
| Binary | 10011100 | 1010101 | 10100 | 0 | 101110 | 1010111 | 100111 | 11101 | 1001101 | 100011 |
Color Harmonies of #9C5514
Complementary color
Monochromatic Colors of #9C5514
Black with #9C5514
Text Example
Text Example
White with #9C5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5514; }
p { color: rgb(156,85,20); }
H1.HeaderClassName
{
color: #9C5514;
}
.AnyTagClassName
{
color: #9C5514;
}
</style>
background-color css
<style>
a { background-color: #9C5514; }
a { background-color: rgb(156,85,20); }
div.DivClassName
{
background-color: #9C5514;
}
.BgClassName
{
background-color: #9C5514;
}
</style>
border-color css
<style>
span { border-color: #9C5514; }
span { border-color: rgb(156,85,20); }
td.TdClassName
{
border-color: #9C5514;
}
.TagClassName
{
border-color: #9C5514;
}
</style>