Shades of Rich Gold #98471D
Tints of Rich Gold #98471D
RGB
CMYK
RGB Variations
Color information
#98471D (or 0x98471D) is known color: Rich Gold. HEX triplet: 98, 47 and 1D. RGB value is (152,71,29). Sum of RGB (Red+Green+Blue) = 152+71+29=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98471D is #67B8E2. Grayscale: #5A5A5A. Windows color (decimal): -6797539 or 1918872. OLE color: 1918872.
HSL color Cylindrical-coordinate representation of color #98471D: hue angle of 20.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98471D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 29 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.40 |
| HSL | 20.49º | 0.68% | 0.35% | - |
| HSV(B) | 20.49º | 0.81% | 0.6% | - |
| XYZ | 15.42 | 11.27 | 2.52 | - |
| YUV | 90.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 29 | 0 | 0.53 | 0.81 | 0.40 | 20.49 | 0.68 | 0.35 |
| Hex | 98 | 47 | 1D | 0 | 35 | 51 | 28 | 14 | 44 | 23 |
| Octal | 230 | 107 | 35 | 0 | 65 | 121 | 50 | 24 | 104 | 43 |
| Binary | 10011000 | 1000111 | 11101 | 0 | 110101 | 1010001 | 101000 | 10100 | 1000100 | 100011 |
Color Harmonies of #98471D
Complementary color
Monochromatic Colors of #98471D
Black with #98471D
Text Example
Text Example
White with #98471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98471D; }
p { color: rgb(152,71,29); }
H1.HeaderClassName
{
color: #98471D;
}
.AnyTagClassName
{
color: #98471D;
}
</style>
background-color css
<style>
a { background-color: #98471D; }
a { background-color: rgb(152,71,29); }
div.DivClassName
{
background-color: #98471D;
}
.BgClassName
{
background-color: #98471D;
}
</style>
border-color css
<style>
span { border-color: #98471D; }
span { border-color: rgb(152,71,29); }
td.TdClassName
{
border-color: #98471D;
}
.TagClassName
{
border-color: #98471D;
}
</style>