Shades of Golden Brown #9C721C
Tints of Golden Brown #9C721C
RGB
CMYK
RGB Variations
Color information
#9C721C (or 0x9C721C) is known color: Golden Brown. HEX triplet: 9C, 72 and 1C. RGB value is (156,114,28). Sum of RGB (Red+Green+Blue) = 156+114+28=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C721C is #638DE3. Grayscale: #757575. Windows color (decimal): -6524388 or 1864348. OLE color: 1864348.
HSL color Cylindrical-coordinate representation of color #9C721C: hue angle of 40.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C721C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 28 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.39 |
| HSL | 40.31º | 0.7% | 0.36% | - |
| HSV(B) | 40.31º | 0.82% | 0.61% | - |
| XYZ | 19.94 | 19.19 | 3.75 | - |
| YUV | 116.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 28 | 0 | 0.27 | 0.82 | 0.39 | 40.31 | 0.7 | 0.36 |
| Hex | 9C | 72 | 1C | 0 | 1B | 52 | 27 | 28 | 46 | 24 |
| Octal | 234 | 162 | 34 | 0 | 33 | 122 | 47 | 50 | 106 | 44 |
| Binary | 10011100 | 1110010 | 11100 | 0 | 11011 | 1010010 | 100111 | 101000 | 1000110 | 100100 |
Color Harmonies of #9C721C
Complementary color
Monochromatic Colors of #9C721C
Black with #9C721C
Text Example
Text Example
White with #9C721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C721C; }
p { color: rgb(156,114,28); }
H1.HeaderClassName
{
color: #9C721C;
}
.AnyTagClassName
{
color: #9C721C;
}
</style>
background-color css
<style>
a { background-color: #9C721C; }
a { background-color: rgb(156,114,28); }
div.DivClassName
{
background-color: #9C721C;
}
.BgClassName
{
background-color: #9C721C;
}
</style>
border-color css
<style>
span { border-color: #9C721C; }
span { border-color: rgb(156,114,28); }
td.TdClassName
{
border-color: #9C721C;
}
.TagClassName
{
border-color: #9C721C;
}
</style>