Shades of Rich Gold #9C571B
Tints of Rich Gold #9C571B
RGB
CMYK
RGB Variations
Color information
#9C571B (or 0x9C571B) is known color: Rich Gold. HEX triplet: 9C, 57 and 1B. RGB value is (156,87,27). Sum of RGB (Red+Green+Blue) = 156+87+27=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C571B is #63A8E4. Grayscale: #656565. Windows color (decimal): -6531301 or 1791900. OLE color: 1791900.
HSL color Cylindrical-coordinate representation of color #9C571B: hue angle of 27.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C571B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 27 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.39 |
| HSL | 27.91º | 0.7% | 0.36% | - |
| HSV(B) | 27.91º | 0.83% | 0.61% | - |
| XYZ | 17.32 | 13.96 | 2.82 | - |
| YUV | 100.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 27 | 0 | 0.44 | 0.83 | 0.39 | 27.91 | 0.7 | 0.36 |
| Hex | 9C | 57 | 1B | 0 | 2C | 53 | 27 | 1C | 46 | 24 |
| Octal | 234 | 127 | 33 | 0 | 54 | 123 | 47 | 34 | 106 | 44 |
| Binary | 10011100 | 1010111 | 11011 | 0 | 101100 | 1010011 | 100111 | 11100 | 1000110 | 100100 |
Color Harmonies of #9C571B
Complementary color
Monochromatic Colors of #9C571B
Black with #9C571B
Text Example
Text Example
White with #9C571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C571B; }
p { color: rgb(156,87,27); }
H1.HeaderClassName
{
color: #9C571B;
}
.AnyTagClassName
{
color: #9C571B;
}
</style>
background-color css
<style>
a { background-color: #9C571B; }
a { background-color: rgb(156,87,27); }
div.DivClassName
{
background-color: #9C571B;
}
.BgClassName
{
background-color: #9C571B;
}
</style>
border-color css
<style>
span { border-color: #9C571B; }
span { border-color: rgb(156,87,27); }
td.TdClassName
{
border-color: #9C571B;
}
.TagClassName
{
border-color: #9C571B;
}
</style>