Shades of Rich Gold #9B5325
Tints of Rich Gold #9B5325
RGB
CMYK
RGB Variations
Color information
#9B5325 (or 0x9B5325) is known color: Rich Gold. HEX triplet: 9B, 53 and 25. RGB value is (155,83,37). Sum of RGB (Red+Green+Blue) = 155+83+37=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5325 is #64ACDA. Grayscale: #636363. Windows color (decimal): -6597851 or 2446235. OLE color: 2446235.
HSL color Cylindrical-coordinate representation of color #9B5325: hue angle of 23.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B5325 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 37 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.39 |
| HSL | 23.39º | 0.61% | 0.38% | - |
| HSV(B) | 23.39º | 0.76% | 0.61% | - |
| XYZ | 16.94 | 13.29 | 3.42 | - |
| YUV | 99.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 37 | 0 | 0.46 | 0.76 | 0.39 | 23.39 | 0.61 | 0.38 |
| Hex | 9B | 53 | 25 | 0 | 2E | 4C | 27 | 17 | 3D | 26 |
| Octal | 233 | 123 | 45 | 0 | 56 | 114 | 47 | 27 | 75 | 46 |
| Binary | 10011011 | 1010011 | 100101 | 0 | 101110 | 1001100 | 100111 | 10111 | 111101 | 100110 |
Color Harmonies of #9B5325
Complementary color
Monochromatic Colors of #9B5325
Black with #9B5325
Text Example
Text Example
White with #9B5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5325; }
p { color: rgb(155,83,37); }
H1.HeaderClassName
{
color: #9B5325;
}
.AnyTagClassName
{
color: #9B5325;
}
</style>
background-color css
<style>
a { background-color: #9B5325; }
a { background-color: rgb(155,83,37); }
div.DivClassName
{
background-color: #9B5325;
}
.BgClassName
{
background-color: #9B5325;
}
</style>
border-color css
<style>
span { border-color: #9B5325; }
span { border-color: rgb(155,83,37); }
td.TdClassName
{
border-color: #9B5325;
}
.TagClassName
{
border-color: #9B5325;
}
</style>