Shades of Rich Gold #9B521C
Tints of Rich Gold #9B521C
RGB
CMYK
RGB Variations
Color information
#9B521C (or 0x9B521C) is known color: Rich Gold. HEX triplet: 9B, 52 and 1C. RGB value is (155,82,28). Sum of RGB (Red+Green+Blue) = 155+82+28=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521C is #64ADE3. Grayscale: #616161. Windows color (decimal): -6598116 or 1856155. OLE color: 1856155.
HSL color Cylindrical-coordinate representation of color #9B521C: hue angle of 25.51º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B521C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 28 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.39 |
| HSL | 25.51º | 0.69% | 0.36% | - |
| HSV(B) | 25.51º | 0.82% | 0.61% | - |
| XYZ | 16.74 | 13.09 | 2.74 | - |
| YUV | 97.67 | 88.68 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 28 | 0 | 0.47 | 0.82 | 0.39 | 25.51 | 0.69 | 0.36 |
| Hex | 9B | 52 | 1C | 0 | 2F | 52 | 27 | 1A | 45 | 24 |
| Octal | 233 | 122 | 34 | 0 | 57 | 122 | 47 | 32 | 105 | 44 |
| Binary | 10011011 | 1010010 | 11100 | 0 | 101111 | 1010010 | 100111 | 11010 | 1000101 | 100100 |
Color Harmonies of #9B521C
Complementary color
Monochromatic Colors of #9B521C
Black with #9B521C
Text Example
Text Example
White with #9B521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B521C; }
p { color: rgb(155,82,28); }
H1.HeaderClassName
{
color: #9B521C;
}
.AnyTagClassName
{
color: #9B521C;
}
</style>
background-color css
<style>
a { background-color: #9B521C; }
a { background-color: rgb(155,82,28); }
div.DivClassName
{
background-color: #9B521C;
}
.BgClassName
{
background-color: #9B521C;
}
</style>
border-color css
<style>
span { border-color: #9B521C; }
span { border-color: rgb(155,82,28); }
td.TdClassName
{
border-color: #9B521C;
}
.TagClassName
{
border-color: #9B521C;
}
</style>