Shades of Rich Gold #97521B
Tints of Rich Gold #97521B
RGB
CMYK
RGB Variations
Color information
#97521B (or 0x97521B) is known color: Rich Gold. HEX triplet: 97, 52 and 1B. RGB value is (151,82,27). Sum of RGB (Red+Green+Blue) = 151+82+27=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #97521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97521B is #68ADE4. Grayscale: #606060. Windows color (decimal): -6860261 or 1790615. OLE color: 1790615.
HSL color Cylindrical-coordinate representation of color #97521B: hue angle of 26.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97521B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 27 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.41 |
| HSL | 26.61º | 0.7% | 0.35% | - |
| HSV(B) | 26.61º | 0.82% | 0.59% | - |
| XYZ | 15.98 | 12.69 | 2.64 | - |
| YUV | 96.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 27 | 0 | 0.46 | 0.82 | 0.41 | 26.61 | 0.7 | 0.35 |
| Hex | 97 | 52 | 1B | 0 | 2E | 52 | 29 | 1B | 46 | 23 |
| Octal | 227 | 122 | 33 | 0 | 56 | 122 | 51 | 33 | 106 | 43 |
| Binary | 10010111 | 1010010 | 11011 | 0 | 101110 | 1010010 | 101001 | 11011 | 1000110 | 100011 |
Color Harmonies of #97521B
Complementary color
Monochromatic Colors of #97521B
Black with #97521B
Text Example
Text Example
White with #97521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97521B; }
p { color: rgb(151,82,27); }
H1.HeaderClassName
{
color: #97521B;
}
.AnyTagClassName
{
color: #97521B;
}
</style>
background-color css
<style>
a { background-color: #97521B; }
a { background-color: rgb(151,82,27); }
div.DivClassName
{
background-color: #97521B;
}
.BgClassName
{
background-color: #97521B;
}
</style>
border-color css
<style>
span { border-color: #97521B; }
span { border-color: rgb(151,82,27); }
td.TdClassName
{
border-color: #97521B;
}
.TagClassName
{
border-color: #97521B;
}
</style>