Shades of Rich Gold #9F481D
Tints of Rich Gold #9F481D
RGB
CMYK
RGB Variations
Color information
#9F481D (or 0x9F481D) is known color: Rich Gold. HEX triplet: 9F, 48 and 1D. RGB value is (159,72,29). Sum of RGB (Red+Green+Blue) = 159+72+29=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F481D is #60B7E2. Grayscale: #5D5D5D. Windows color (decimal): -6338531 or 1919135. OLE color: 1919135.
HSL color Cylindrical-coordinate representation of color #9F481D: hue angle of 19.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F481D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 29 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.38 |
| HSL | 19.85º | 0.69% | 0.37% | - |
| HSV(B) | 19.85º | 0.82% | 0.62% | - |
| XYZ | 16.84 | 12.09 | 2.61 | - |
| YUV | 93.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 29 | 0 | 0.55 | 0.82 | 0.38 | 19.85 | 0.69 | 0.37 |
| Hex | 9F | 48 | 1D | 0 | 37 | 52 | 26 | 14 | 45 | 25 |
| Octal | 237 | 110 | 35 | 0 | 67 | 122 | 46 | 24 | 105 | 45 |
| Binary | 10011111 | 1001000 | 11101 | 0 | 110111 | 1010010 | 100110 | 10100 | 1000101 | 100101 |
Color Harmonies of #9F481D
Complementary color
Monochromatic Colors of #9F481D
Black with #9F481D
Text Example
Text Example
White with #9F481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F481D; }
p { color: rgb(159,72,29); }
H1.HeaderClassName
{
color: #9F481D;
}
.AnyTagClassName
{
color: #9F481D;
}
</style>
background-color css
<style>
a { background-color: #9F481D; }
a { background-color: rgb(159,72,29); }
div.DivClassName
{
background-color: #9F481D;
}
.BgClassName
{
background-color: #9F481D;
}
</style>
border-color css
<style>
span { border-color: #9F481D; }
span { border-color: rgb(159,72,29); }
td.TdClassName
{
border-color: #9F481D;
}
.TagClassName
{
border-color: #9F481D;
}
</style>