Shades of Rich Gold #9B491F
Tints of Rich Gold #9B491F
RGB
CMYK
RGB Variations
Color information
#9B491F (or 0x9B491F) is known color: Rich Gold. HEX triplet: 9B, 49 and 1F. RGB value is (155,73,31). Sum of RGB (Red+Green+Blue) = 155+73+31=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B491F is #64B6E0. Grayscale: #5C5C5C. Windows color (decimal): -6600417 or 2050459. OLE color: 2050459.
HSL color Cylindrical-coordinate representation of color #9B491F: hue angle of 20.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B491F is Cyan = 0, Magento = 0.53, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 31 | - |
| CMYK | 0 | 0.53 | 0.8 | 0.39 |
| HSL | 20.32º | 0.67% | 0.36% | - |
| HSV(B) | 20.32º | 0.8% | 0.61% | - |
| XYZ | 16.15 | 11.83 | 2.73 | - |
| YUV | 92.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 31 | 0 | 0.53 | 0.8 | 0.39 | 20.32 | 0.67 | 0.36 |
| Hex | 9B | 49 | 1F | 0 | 35 | 50 | 27 | 14 | 43 | 24 |
| Octal | 233 | 111 | 37 | 0 | 65 | 120 | 47 | 24 | 103 | 44 |
| Binary | 10011011 | 1001001 | 11111 | 0 | 110101 | 1010000 | 100111 | 10100 | 1000011 | 100100 |
Color Harmonies of #9B491F
Complementary color
Monochromatic Colors of #9B491F
Black with #9B491F
Text Example
Text Example
White with #9B491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B491F; }
p { color: rgb(155,73,31); }
H1.HeaderClassName
{
color: #9B491F;
}
.AnyTagClassName
{
color: #9B491F;
}
</style>
background-color css
<style>
a { background-color: #9B491F; }
a { background-color: rgb(155,73,31); }
div.DivClassName
{
background-color: #9B491F;
}
.BgClassName
{
background-color: #9B491F;
}
</style>
border-color css
<style>
span { border-color: #9B491F; }
span { border-color: rgb(155,73,31); }
td.TdClassName
{
border-color: #9B491F;
}
.TagClassName
{
border-color: #9B491F;
}
</style>