Shades of Rich Gold #9B5017
Tints of Rich Gold #9B5017
RGB
CMYK
RGB Variations
Color information
#9B5017 (or 0x9B5017) is known color: Rich Gold. HEX triplet: 9B, 50 and 17. RGB value is (155,80,23). Sum of RGB (Red+Green+Blue) = 155+80+23=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5017 is #64AFE8. Grayscale: #606060. Windows color (decimal): -6598633 or 1527963. OLE color: 1527963.
HSL color Cylindrical-coordinate representation of color #9B5017: hue angle of 25.91º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B5017 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 23 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.39 |
| HSL | 25.91º | 0.74% | 0.35% | - |
| HSV(B) | 25.91º | 0.85% | 0.61% | - |
| XYZ | 16.54 | 12.77 | 2.4 | - |
| YUV | 95.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 23 | 0 | 0.48 | 0.85 | 0.39 | 25.91 | 0.74 | 0.35 |
| Hex | 9B | 50 | 17 | 0 | 30 | 55 | 27 | 1A | 4A | 23 |
| Octal | 233 | 120 | 27 | 0 | 60 | 125 | 47 | 32 | 112 | 43 |
| Binary | 10011011 | 1010000 | 10111 | 0 | 110000 | 1010101 | 100111 | 11010 | 1001010 | 100011 |
Color Harmonies of #9B5017
Complementary color
Monochromatic Colors of #9B5017
Black with #9B5017
Text Example
Text Example
White with #9B5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5017; }
p { color: rgb(155,80,23); }
H1.HeaderClassName
{
color: #9B5017;
}
.AnyTagClassName
{
color: #9B5017;
}
</style>
background-color css
<style>
a { background-color: #9B5017; }
a { background-color: rgb(155,80,23); }
div.DivClassName
{
background-color: #9B5017;
}
.BgClassName
{
background-color: #9B5017;
}
</style>
border-color css
<style>
span { border-color: #9B5017; }
span { border-color: rgb(155,80,23); }
td.TdClassName
{
border-color: #9B5017;
}
.TagClassName
{
border-color: #9B5017;
}
</style>