Shades of Rich Gold #9B4919
Tints of Rich Gold #9B4919
RGB
CMYK
RGB Variations
Color information
#9B4919 (or 0x9B4919) is known color: Rich Gold. HEX triplet: 9B, 49 and 19. RGB value is (155,73,25). Sum of RGB (Red+Green+Blue) = 155+73+25=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4919 is #64B6E6. Grayscale: #5C5C5C. Windows color (decimal): -6600423 or 1657243. OLE color: 1657243.
HSL color Cylindrical-coordinate representation of color #9B4919: hue angle of 22.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B4919 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 25 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.39 |
| HSL | 22.15º | 0.72% | 0.35% | - |
| HSV(B) | 22.15º | 0.84% | 0.61% | - |
| XYZ | 16.08 | 11.8 | 2.35 | - |
| YUV | 92.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 25 | 0 | 0.53 | 0.84 | 0.39 | 22.15 | 0.72 | 0.35 |
| Hex | 9B | 49 | 19 | 0 | 35 | 54 | 27 | 16 | 48 | 23 |
| Octal | 233 | 111 | 31 | 0 | 65 | 124 | 47 | 26 | 110 | 43 |
| Binary | 10011011 | 1001001 | 11001 | 0 | 110101 | 1010100 | 100111 | 10110 | 1001000 | 100011 |
Color Harmonies of #9B4919
Complementary color
Monochromatic Colors of #9B4919
Black with #9B4919
Text Example
Text Example
White with #9B4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4919; }
p { color: rgb(155,73,25); }
H1.HeaderClassName
{
color: #9B4919;
}
.AnyTagClassName
{
color: #9B4919;
}
</style>
background-color css
<style>
a { background-color: #9B4919; }
a { background-color: rgb(155,73,25); }
div.DivClassName
{
background-color: #9B4919;
}
.BgClassName
{
background-color: #9B4919;
}
</style>
border-color css
<style>
span { border-color: #9B4919; }
span { border-color: rgb(155,73,25); }
td.TdClassName
{
border-color: #9B4919;
}
.TagClassName
{
border-color: #9B4919;
}
</style>