Shades of Golden Brown #9C5E19
Tints of Golden Brown #9C5E19
RGB
CMYK
RGB Variations
Color information
#9C5E19 (or 0x9C5E19) is known color: Golden Brown. HEX triplet: 9C, 5E and 19. RGB value is (156,94,25). Sum of RGB (Red+Green+Blue) = 156+94+25=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E19 is #63A1E6. Grayscale: #696969. Windows color (decimal): -6529511 or 1662620. OLE color: 1662620.
HSL color Cylindrical-coordinate representation of color #9C5E19: hue angle of 31.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C5E19 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 25 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.39 |
| HSL | 31.6º | 0.72% | 0.35% | - |
| HSV(B) | 31.6º | 0.84% | 0.61% | - |
| XYZ | 17.89 | 15.14 | 2.9 | - |
| YUV | 104.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 25 | 0 | 0.40 | 0.84 | 0.39 | 31.6 | 0.72 | 0.35 |
| Hex | 9C | 5E | 19 | 0 | 28 | 54 | 27 | 20 | 48 | 23 |
| Octal | 234 | 136 | 31 | 0 | 50 | 124 | 47 | 40 | 110 | 43 |
| Binary | 10011100 | 1011110 | 11001 | 0 | 101000 | 1010100 | 100111 | 100000 | 1001000 | 100011 |
Color Harmonies of #9C5E19
Complementary color
Monochromatic Colors of #9C5E19
Black with #9C5E19
Text Example
Text Example
White with #9C5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E19; }
p { color: rgb(156,94,25); }
H1.HeaderClassName
{
color: #9C5E19;
}
.AnyTagClassName
{
color: #9C5E19;
}
</style>
background-color css
<style>
a { background-color: #9C5E19; }
a { background-color: rgb(156,94,25); }
div.DivClassName
{
background-color: #9C5E19;
}
.BgClassName
{
background-color: #9C5E19;
}
</style>
border-color css
<style>
span { border-color: #9C5E19; }
span { border-color: rgb(156,94,25); }
td.TdClassName
{
border-color: #9C5E19;
}
.TagClassName
{
border-color: #9C5E19;
}
</style>