Shades of Rich Gold #9C581B
Tints of Rich Gold #9C581B
RGB
CMYK
RGB Variations
Color information
#9C581B (or 0x9C581B) is known color: Rich Gold. HEX triplet: 9C, 58 and 1B. RGB value is (156,88,27). Sum of RGB (Red+Green+Blue) = 156+88+27=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C581B is #63A7E4. Grayscale: #656565. Windows color (decimal): -6531045 or 1792156. OLE color: 1792156.
HSL color Cylindrical-coordinate representation of color #9C581B: hue angle of 28.37º 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 #9C581B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 88 | 27 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.39 |
| HSL | 28.37º | 0.7% | 0.36% | - |
| HSV(B) | 28.37º | 0.83% | 0.61% | - |
| XYZ | 17.4 | 14.13 | 2.85 | - |
| YUV | 101.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 27 | 0 | 0.44 | 0.83 | 0.39 | 28.37 | 0.7 | 0.36 |
| Hex | 9C | 58 | 1B | 0 | 2C | 53 | 27 | 1C | 46 | 24 |
| Octal | 234 | 130 | 33 | 0 | 54 | 123 | 47 | 34 | 106 | 44 |
| Binary | 10011100 | 1011000 | 11011 | 0 | 101100 | 1010011 | 100111 | 11100 | 1000110 | 100100 |
Color Harmonies of #9C581B
Complementary color
Monochromatic Colors of #9C581B
Black with #9C581B
Text Example
Text Example
White with #9C581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C581B; }
p { color: rgb(156,88,27); }
H1.HeaderClassName
{
color: #9C581B;
}
.AnyTagClassName
{
color: #9C581B;
}
</style>
background-color css
<style>
a { background-color: #9C581B; }
a { background-color: rgb(156,88,27); }
div.DivClassName
{
background-color: #9C581B;
}
.BgClassName
{
background-color: #9C581B;
}
</style>
border-color css
<style>
span { border-color: #9C581B; }
span { border-color: rgb(156,88,27); }
td.TdClassName
{
border-color: #9C581B;
}
.TagClassName
{
border-color: #9C581B;
}
</style>