Shades of Rich Gold #9C431B
Tints of Rich Gold #9C431B
RGB
CMYK
RGB Variations
Color information
#9C431B (or 0x9C431B) is known color: Rich Gold. HEX triplet: 9C, 43 and 1B. RGB value is (156,67,27). Sum of RGB (Red+Green+Blue) = 156+67+27=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C431B is #63BCE4. Grayscale: #595959. Windows color (decimal): -6536421 or 1786780. OLE color: 1786780.
HSL color Cylindrical-coordinate representation of color #9C431B: hue angle of 18.6º 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 #9C431B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 27 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.39 |
| HSL | 18.6º | 0.7% | 0.36% | - |
| HSV(B) | 18.6º | 0.83% | 0.61% | - |
| XYZ | 15.92 | 11.16 | 2.35 | - |
| YUV | 89.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 27 | 0 | 0.57 | 0.83 | 0.39 | 18.6 | 0.7 | 0.36 |
| Hex | 9C | 43 | 1B | 0 | 39 | 53 | 27 | 13 | 46 | 24 |
| Octal | 234 | 103 | 33 | 0 | 71 | 123 | 47 | 23 | 106 | 44 |
| Binary | 10011100 | 1000011 | 11011 | 0 | 111001 | 1010011 | 100111 | 10011 | 1000110 | 100100 |
Color Harmonies of #9C431B
Complementary color
Monochromatic Colors of #9C431B
Black with #9C431B
Text Example
Text Example
White with #9C431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C431B; }
p { color: rgb(156,67,27); }
H1.HeaderClassName
{
color: #9C431B;
}
.AnyTagClassName
{
color: #9C431B;
}
</style>
background-color css
<style>
a { background-color: #9C431B; }
a { background-color: rgb(156,67,27); }
div.DivClassName
{
background-color: #9C431B;
}
.BgClassName
{
background-color: #9C431B;
}
</style>
border-color css
<style>
span { border-color: #9C431B; }
span { border-color: rgb(156,67,27); }
td.TdClassName
{
border-color: #9C431B;
}
.TagClassName
{
border-color: #9C431B;
}
</style>