Shades of Rich Gold #9B501F
Tints of Rich Gold #9B501F
RGB
CMYK
RGB Variations
Color information
#9B501F (or 0x9B501F) is known color: Rich Gold. HEX triplet: 9B, 50 and 1F. RGB value is (155,80,31). Sum of RGB (Red+Green+Blue) = 155+80+31=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B501F is #64AFE0. Grayscale: #616161. Windows color (decimal): -6598625 or 2052251. OLE color: 2052251.
HSL color Cylindrical-coordinate representation of color #9B501F: hue angle of 23.71º 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 #9B501F is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 31 | - |
| CMYK | 0 | 0.48 | 0.8 | 0.39 |
| HSL | 23.71º | 0.67% | 0.36% | - |
| HSV(B) | 23.71º | 0.8% | 0.61% | - |
| XYZ | 16.63 | 12.8 | 2.89 | - |
| YUV | 96.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 31 | 0 | 0.48 | 0.8 | 0.39 | 23.71 | 0.67 | 0.36 |
| Hex | 9B | 50 | 1F | 0 | 30 | 50 | 27 | 18 | 43 | 24 |
| Octal | 233 | 120 | 37 | 0 | 60 | 120 | 47 | 30 | 103 | 44 |
| Binary | 10011011 | 1010000 | 11111 | 0 | 110000 | 1010000 | 100111 | 11000 | 1000011 | 100100 |
Color Harmonies of #9B501F
Complementary color
Monochromatic Colors of #9B501F
Black with #9B501F
Text Example
Text Example
White with #9B501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B501F; }
p { color: rgb(155,80,31); }
H1.HeaderClassName
{
color: #9B501F;
}
.AnyTagClassName
{
color: #9B501F;
}
</style>
background-color css
<style>
a { background-color: #9B501F; }
a { background-color: rgb(155,80,31); }
div.DivClassName
{
background-color: #9B501F;
}
.BgClassName
{
background-color: #9B501F;
}
</style>
border-color css
<style>
span { border-color: #9B501F; }
span { border-color: rgb(155,80,31); }
td.TdClassName
{
border-color: #9B501F;
}
.TagClassName
{
border-color: #9B501F;
}
</style>