Shades of Rich Gold #98541C
Tints of Rich Gold #98541C
RGB
CMYK
RGB Variations
Color information
#98541C (or 0x98541C) is known color: Rich Gold. HEX triplet: 98, 54 and 1C. RGB value is (152,84,28). Sum of RGB (Red+Green+Blue) = 152+84+28=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98541C is #67ABE3. Grayscale: #626262. Windows color (decimal): -6794212 or 1856664. OLE color: 1856664.
HSL color Cylindrical-coordinate representation of color #98541C: hue angle of 27.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98541C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 28 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.40 |
| HSL | 27.1º | 0.69% | 0.35% | - |
| HSV(B) | 27.1º | 0.82% | 0.6% | - |
| XYZ | 16.33 | 13.1 | 2.77 | - |
| YUV | 97.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 28 | 0 | 0.45 | 0.82 | 0.40 | 27.1 | 0.69 | 0.35 |
| Hex | 98 | 54 | 1C | 0 | 2D | 52 | 28 | 1B | 45 | 23 |
| Octal | 230 | 124 | 34 | 0 | 55 | 122 | 50 | 33 | 105 | 43 |
| Binary | 10011000 | 1010100 | 11100 | 0 | 101101 | 1010010 | 101000 | 11011 | 1000101 | 100011 |
Color Harmonies of #98541C
Complementary color
Monochromatic Colors of #98541C
Black with #98541C
Text Example
Text Example
White with #98541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98541C; }
p { color: rgb(152,84,28); }
H1.HeaderClassName
{
color: #98541C;
}
.AnyTagClassName
{
color: #98541C;
}
</style>
background-color css
<style>
a { background-color: #98541C; }
a { background-color: rgb(152,84,28); }
div.DivClassName
{
background-color: #98541C;
}
.BgClassName
{
background-color: #98541C;
}
</style>
border-color css
<style>
span { border-color: #98541C; }
span { border-color: rgb(152,84,28); }
td.TdClassName
{
border-color: #98541C;
}
.TagClassName
{
border-color: #98541C;
}
</style>