Shades of Rich Gold #9C441C
Tints of Rich Gold #9C441C
RGB
CMYK
RGB Variations
Color information
#9C441C (or 0x9C441C) is known color: Rich Gold. HEX triplet: 9C, 44 and 1C. RGB value is (156,68,28). Sum of RGB (Red+Green+Blue) = 156+68+28=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C441C is #63BBE3. Grayscale: #595959. Windows color (decimal): -6536164 or 1852572. OLE color: 1852572.
HSL color Cylindrical-coordinate representation of color #9C441C: hue angle of 18.75º 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 #9C441C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 28 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.39 |
| HSL | 18.75º | 0.7% | 0.36% | - |
| HSV(B) | 18.75º | 0.82% | 0.61% | - |
| XYZ | 15.99 | 11.29 | 2.43 | - |
| YUV | 89.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 28 | 0 | 0.56 | 0.82 | 0.39 | 18.75 | 0.7 | 0.36 |
| Hex | 9C | 44 | 1C | 0 | 38 | 52 | 27 | 13 | 46 | 24 |
| Octal | 234 | 104 | 34 | 0 | 70 | 122 | 47 | 23 | 106 | 44 |
| Binary | 10011100 | 1000100 | 11100 | 0 | 111000 | 1010010 | 100111 | 10011 | 1000110 | 100100 |
Color Harmonies of #9C441C
Complementary color
Monochromatic Colors of #9C441C
Black with #9C441C
Text Example
Text Example
White with #9C441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C441C; }
p { color: rgb(156,68,28); }
H1.HeaderClassName
{
color: #9C441C;
}
.AnyTagClassName
{
color: #9C441C;
}
</style>
background-color css
<style>
a { background-color: #9C441C; }
a { background-color: rgb(156,68,28); }
div.DivClassName
{
background-color: #9C441C;
}
.BgClassName
{
background-color: #9C441C;
}
</style>
border-color css
<style>
span { border-color: #9C441C; }
span { border-color: rgb(156,68,28); }
td.TdClassName
{
border-color: #9C441C;
}
.TagClassName
{
border-color: #9C441C;
}
</style>