Shades of Rich Gold #98481C
Tints of Rich Gold #98481C
RGB
CMYK
RGB Variations
Color information
#98481C (or 0x98481C) is known color: Rich Gold. HEX triplet: 98, 48 and 1C. RGB value is (152,72,28). Sum of RGB (Red+Green+Blue) = 152+72+28=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98481C is #67B7E3. Grayscale: #5B5B5B. Windows color (decimal): -6797284 or 1853592. OLE color: 1853592.
HSL color Cylindrical-coordinate representation of color #98481C: hue angle of 21.29º 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 #98481C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 28 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.40 |
| HSL | 21.29º | 0.69% | 0.35% | - |
| HSV(B) | 21.29º | 0.82% | 0.6% | - |
| XYZ | 15.48 | 11.39 | 2.48 | - |
| YUV | 90.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 28 | 0 | 0.53 | 0.82 | 0.40 | 21.29 | 0.69 | 0.35 |
| Hex | 98 | 48 | 1C | 0 | 35 | 52 | 28 | 15 | 45 | 23 |
| Octal | 230 | 110 | 34 | 0 | 65 | 122 | 50 | 25 | 105 | 43 |
| Binary | 10011000 | 1001000 | 11100 | 0 | 110101 | 1010010 | 101000 | 10101 | 1000101 | 100011 |
Color Harmonies of #98481C
Complementary color
Monochromatic Colors of #98481C
Black with #98481C
Text Example
Text Example
White with #98481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98481C; }
p { color: rgb(152,72,28); }
H1.HeaderClassName
{
color: #98481C;
}
.AnyTagClassName
{
color: #98481C;
}
</style>
background-color css
<style>
a { background-color: #98481C; }
a { background-color: rgb(152,72,28); }
div.DivClassName
{
background-color: #98481C;
}
.BgClassName
{
background-color: #98481C;
}
</style>
border-color css
<style>
span { border-color: #98481C; }
span { border-color: rgb(152,72,28); }
td.TdClassName
{
border-color: #98481C;
}
.TagClassName
{
border-color: #98481C;
}
</style>