Shades of Rich Gold #9C441B
Tints of Rich Gold #9C441B
RGB
CMYK
RGB Variations
Color information
#9C441B (or 0x9C441B) is known color: Rich Gold. HEX triplet: 9C, 44 and 1B. RGB value is (156,68,27). Sum of RGB (Red+Green+Blue) = 156+68+27=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C441B is #63BBE4. Grayscale: #595959. Windows color (decimal): -6536165 or 1787036. OLE color: 1787036.
HSL color Cylindrical-coordinate representation of color #9C441B: hue angle of 19.07º 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 #9C441B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 27 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.39 |
| HSL | 19.07º | 0.7% | 0.36% | - |
| HSV(B) | 19.07º | 0.83% | 0.61% | - |
| XYZ | 15.98 | 11.28 | 2.37 | - |
| YUV | 89.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 27 | 0 | 0.56 | 0.83 | 0.39 | 19.07 | 0.7 | 0.36 |
| Hex | 9C | 44 | 1B | 0 | 38 | 53 | 27 | 13 | 46 | 24 |
| Octal | 234 | 104 | 33 | 0 | 70 | 123 | 47 | 23 | 106 | 44 |
| Binary | 10011100 | 1000100 | 11011 | 0 | 111000 | 1010011 | 100111 | 10011 | 1000110 | 100100 |
Color Harmonies of #9C441B
Complementary color
Monochromatic Colors of #9C441B
Black with #9C441B
Text Example
Text Example
White with #9C441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C441B; }
p { color: rgb(156,68,27); }
H1.HeaderClassName
{
color: #9C441B;
}
.AnyTagClassName
{
color: #9C441B;
}
</style>
background-color css
<style>
a { background-color: #9C441B; }
a { background-color: rgb(156,68,27); }
div.DivClassName
{
background-color: #9C441B;
}
.BgClassName
{
background-color: #9C441B;
}
</style>
border-color css
<style>
span { border-color: #9C441B; }
span { border-color: rgb(156,68,27); }
td.TdClassName
{
border-color: #9C441B;
}
.TagClassName
{
border-color: #9C441B;
}
</style>