Shades of Rich Gold #99481C
Tints of Rich Gold #99481C
RGB
CMYK
RGB Variations
Color information
#99481C (or 0x99481C) is known color: Rich Gold. HEX triplet: 99, 48 and 1C. RGB value is (153,72,28). Sum of RGB (Red+Green+Blue) = 153+72+28=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99481C is #66B7E3. Grayscale: #5B5B5B. Windows color (decimal): -6731748 or 1853593. OLE color: 1853593.
HSL color Cylindrical-coordinate representation of color #99481C: hue angle of 21.12º 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 #99481C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 28 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.4 |
| HSL | 21.12º | 0.69% | 0.35% | - |
| HSV(B) | 21.12º | 0.82% | 0.6% | - |
| XYZ | 15.66 | 11.49 | 2.49 | - |
| YUV | 91.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 28 | 0 | 0.53 | 0.82 | 0.4 | 21.12 | 0.69 | 0.35 |
| Hex | 99 | 48 | 1C | 0 | 35 | 52 | 28 | 15 | 45 | 23 |
| Octal | 231 | 110 | 34 | 0 | 65 | 122 | 50 | 25 | 105 | 43 |
| Binary | 10011001 | 1001000 | 11100 | 0 | 110101 | 1010010 | 101000 | 10101 | 1000101 | 100011 |
Color Harmonies of #99481C
Complementary color
Monochromatic Colors of #99481C
Black with #99481C
Text Example
Text Example
White with #99481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99481C; }
p { color: rgb(153,72,28); }
H1.HeaderClassName
{
color: #99481C;
}
.AnyTagClassName
{
color: #99481C;
}
</style>
background-color css
<style>
a { background-color: #99481C; }
a { background-color: rgb(153,72,28); }
div.DivClassName
{
background-color: #99481C;
}
.BgClassName
{
background-color: #99481C;
}
</style>
border-color css
<style>
span { border-color: #99481C; }
span { border-color: rgb(153,72,28); }
td.TdClassName
{
border-color: #99481C;
}
.TagClassName
{
border-color: #99481C;
}
</style>