Shades of Rich Gold #9B4A1F
Tints of Rich Gold #9B4A1F
RGB
CMYK
RGB Variations
Color information
#9B4A1F (or 0x9B4A1F) is known color: Rich Gold. HEX triplet: 9B, 4A and 1F. RGB value is (155,74,31). Sum of RGB (Red+Green+Blue) = 155+74+31=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A1F is #64B5E0. Grayscale: #5D5D5D. Windows color (decimal): -6600161 or 2050715. OLE color: 2050715.
HSL color Cylindrical-coordinate representation of color #9B4A1F: hue angle of 20.81º 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 #9B4A1F is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 31 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.39 |
| HSL | 20.81º | 0.67% | 0.36% | - |
| HSV(B) | 20.81º | 0.8% | 0.61% | - |
| XYZ | 16.21 | 11.97 | 2.75 | - |
| YUV | 93.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 31 | 0 | 0.52 | 0.8 | 0.39 | 20.81 | 0.67 | 0.36 |
| Hex | 9B | 4A | 1F | 0 | 34 | 50 | 27 | 15 | 43 | 24 |
| Octal | 233 | 112 | 37 | 0 | 64 | 120 | 47 | 25 | 103 | 44 |
| Binary | 10011011 | 1001010 | 11111 | 0 | 110100 | 1010000 | 100111 | 10101 | 1000011 | 100100 |
Color Harmonies of #9B4A1F
Complementary color
Monochromatic Colors of #9B4A1F
Black with #9B4A1F
Text Example
Text Example
White with #9B4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A1F; }
p { color: rgb(155,74,31); }
H1.HeaderClassName
{
color: #9B4A1F;
}
.AnyTagClassName
{
color: #9B4A1F;
}
</style>
background-color css
<style>
a { background-color: #9B4A1F; }
a { background-color: rgb(155,74,31); }
div.DivClassName
{
background-color: #9B4A1F;
}
.BgClassName
{
background-color: #9B4A1F;
}
</style>
border-color css
<style>
span { border-color: #9B4A1F; }
span { border-color: rgb(155,74,31); }
td.TdClassName
{
border-color: #9B4A1F;
}
.TagClassName
{
border-color: #9B4A1F;
}
</style>