Shades of Rich Gold #99481F
Tints of Rich Gold #99481F
RGB
CMYK
RGB Variations
Color information
#99481F (or 0x99481F) is known color: Rich Gold. HEX triplet: 99, 48 and 1F. RGB value is (153,72,31). Sum of RGB (Red+Green+Blue) = 153+72+31=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #99481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99481F is #66B7E0. Grayscale: #5B5B5B. Windows color (decimal): -6731745 or 2050201. OLE color: 2050201.
HSL color Cylindrical-coordinate representation of color #99481F: hue angle of 20.16º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99481F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 31 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.4 |
| HSL | 20.16º | 0.66% | 0.36% | - |
| HSV(B) | 20.16º | 0.8% | 0.6% | - |
| XYZ | 15.7 | 11.51 | 2.69 | - |
| YUV | 91.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 31 | 0 | 0.53 | 0.80 | 0.4 | 20.16 | 0.66 | 0.36 |
| Hex | 99 | 48 | 1F | 0 | 35 | 50 | 28 | 14 | 42 | 24 |
| Octal | 231 | 110 | 37 | 0 | 65 | 120 | 50 | 24 | 102 | 44 |
| Binary | 10011001 | 1001000 | 11111 | 0 | 110101 | 1010000 | 101000 | 10100 | 1000010 | 100100 |
Color Harmonies of #99481F
Complementary color
Monochromatic Colors of #99481F
Black with #99481F
Text Example
Text Example
White with #99481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99481F; }
p { color: rgb(153,72,31); }
H1.HeaderClassName
{
color: #99481F;
}
.AnyTagClassName
{
color: #99481F;
}
</style>
background-color css
<style>
a { background-color: #99481F; }
a { background-color: rgb(153,72,31); }
div.DivClassName
{
background-color: #99481F;
}
.BgClassName
{
background-color: #99481F;
}
</style>
border-color css
<style>
span { border-color: #99481F; }
span { border-color: rgb(153,72,31); }
td.TdClassName
{
border-color: #99481F;
}
.TagClassName
{
border-color: #99481F;
}
</style>