Shades of Golden Brown #9C540C
Tints of Golden Brown #9C540C
RGB
CMYK
RGB Variations
Color information
#9C540C (or 0x9C540C) is known color: Golden Brown. HEX triplet: 9C, 54 and 0C. RGB value is (156,84,12). Sum of RGB (Red+Green+Blue) = 156+84+12=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C540C is #63ABF3. Grayscale: #616161. Windows color (decimal): -6532084 or 808092. OLE color: 808092.
HSL color Cylindrical-coordinate representation of color #9C540C: hue angle of 30º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C540C is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 12 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.39 |
| HSL | 30º | 0.86% | 0.33% | - |
| HSV(B) | 30º | 0.92% | 0.61% | - |
| XYZ | 16.95 | 13.44 | 2.05 | - |
| YUV | 97.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 12 | 0 | 0.46 | 0.92 | 0.39 | 30 | 0.86 | 0.33 |
| Hex | 9C | 54 | C | 0 | 2E | 5C | 27 | 1E | 56 | 21 |
| Octal | 234 | 124 | 14 | 0 | 56 | 134 | 47 | 36 | 126 | 41 |
| Binary | 10011100 | 1010100 | 1100 | 0 | 101110 | 1011100 | 100111 | 11110 | 1010110 | 100001 |
Color Harmonies of #9C540C
Complementary color
Monochromatic Colors of #9C540C
Black with #9C540C
Text Example
Text Example
White with #9C540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C540C; }
p { color: rgb(156,84,12); }
H1.HeaderClassName
{
color: #9C540C;
}
.AnyTagClassName
{
color: #9C540C;
}
</style>
background-color css
<style>
a { background-color: #9C540C; }
a { background-color: rgb(156,84,12); }
div.DivClassName
{
background-color: #9C540C;
}
.BgClassName
{
background-color: #9C540C;
}
</style>
border-color css
<style>
span { border-color: #9C540C; }
span { border-color: rgb(156,84,12); }
td.TdClassName
{
border-color: #9C540C;
}
.TagClassName
{
border-color: #9C540C;
}
</style>