Shades of Golden Brown #9C5C08
Tints of Golden Brown #9C5C08
RGB
CMYK
RGB Variations
Color information
#9C5C08 (or 0x9C5C08) is known color: Golden Brown. HEX triplet: 9C, 5C and 08. RGB value is (156,92,8). Sum of RGB (Red+Green+Blue) = 156+92+8=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5C08 is #63A3F7. Grayscale: #656565. Windows color (decimal): -6530040 or 547996. OLE color: 547996.
HSL color Cylindrical-coordinate representation of color #9C5C08: hue angle of 34.05º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C5C08 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 8 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.39 |
| HSL | 34.05º | 0.9% | 0.32% | - |
| HSV(B) | 34.05º | 0.95% | 0.61% | - |
| XYZ | 17.58 | 14.74 | 2.15 | - |
| YUV | 101.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 8 | 0 | 0.41 | 0.95 | 0.39 | 34.05 | 0.9 | 0.32 |
| Hex | 9C | 5C | 8 | 0 | 29 | 5F | 27 | 22 | 5A | 20 |
| Octal | 234 | 134 | 10 | 0 | 51 | 137 | 47 | 42 | 132 | 40 |
| Binary | 10011100 | 1011100 | 1000 | 0 | 101001 | 1011111 | 100111 | 100010 | 1011010 | 100000 |
Color Harmonies of #9C5C08
Complementary color
Monochromatic Colors of #9C5C08
Black with #9C5C08
Text Example
Text Example
White with #9C5C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C08; }
p { color: rgb(156,92,8); }
H1.HeaderClassName
{
color: #9C5C08;
}
.AnyTagClassName
{
color: #9C5C08;
}
</style>
background-color css
<style>
a { background-color: #9C5C08; }
a { background-color: rgb(156,92,8); }
div.DivClassName
{
background-color: #9C5C08;
}
.BgClassName
{
background-color: #9C5C08;
}
</style>
border-color css
<style>
span { border-color: #9C5C08; }
span { border-color: rgb(156,92,8); }
td.TdClassName
{
border-color: #9C5C08;
}
.TagClassName
{
border-color: #9C5C08;
}
</style>