Shades of Rich Gold #9B471A
Tints of Rich Gold #9B471A
RGB
CMYK
RGB Variations
Color information
#9B471A (or 0x9B471A) is known color: Rich Gold. HEX triplet: 9B, 47 and 1A. RGB value is (155,71,26). Sum of RGB (Red+Green+Blue) = 155+71+26=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B471A is #64B8E5. Grayscale: #5B5B5B. Windows color (decimal): -6600934 or 1722267. OLE color: 1722267.
HSL color Cylindrical-coordinate representation of color #9B471A: hue angle of 20.93º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B471A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 26 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.39 |
| HSL | 20.93º | 0.71% | 0.35% | - |
| HSV(B) | 20.93º | 0.83% | 0.61% | - |
| XYZ | 15.96 | 11.55 | 2.37 | - |
| YUV | 90.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 26 | 0 | 0.54 | 0.83 | 0.39 | 20.93 | 0.71 | 0.35 |
| Hex | 9B | 47 | 1A | 0 | 36 | 53 | 27 | 15 | 47 | 23 |
| Octal | 233 | 107 | 32 | 0 | 66 | 123 | 47 | 25 | 107 | 43 |
| Binary | 10011011 | 1000111 | 11010 | 0 | 110110 | 1010011 | 100111 | 10101 | 1000111 | 100011 |
Color Harmonies of #9B471A
Complementary color
Monochromatic Colors of #9B471A
Black with #9B471A
Text Example
Text Example
White with #9B471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B471A; }
p { color: rgb(155,71,26); }
H1.HeaderClassName
{
color: #9B471A;
}
.AnyTagClassName
{
color: #9B471A;
}
</style>
background-color css
<style>
a { background-color: #9B471A; }
a { background-color: rgb(155,71,26); }
div.DivClassName
{
background-color: #9B471A;
}
.BgClassName
{
background-color: #9B471A;
}
</style>
border-color css
<style>
span { border-color: #9B471A; }
span { border-color: rgb(155,71,26); }
td.TdClassName
{
border-color: #9B471A;
}
.TagClassName
{
border-color: #9B471A;
}
</style>