Shades of Rich Gold #99491B
Tints of Rich Gold #99491B
RGB
CMYK
RGB Variations
Color information
#99491B (or 0x99491B) is known color: Rich Gold. HEX triplet: 99, 49 and 1B. RGB value is (153,73,27). Sum of RGB (Red+Green+Blue) = 153+73+27=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99491B is #66B6E4. Grayscale: #5B5B5B. Windows color (decimal): -6731493 or 1788313. OLE color: 1788313.
HSL color Cylindrical-coordinate representation of color #99491B: hue angle of 21.9º degrees, saturation: 0.7, 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 #99491B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 27 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.4 |
| HSL | 21.9º | 0.7% | 0.35% | - |
| HSV(B) | 21.9º | 0.82% | 0.6% | - |
| XYZ | 15.72 | 11.62 | 2.45 | - |
| YUV | 91.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 27 | 0 | 0.52 | 0.82 | 0.4 | 21.9 | 0.7 | 0.35 |
| Hex | 99 | 49 | 1B | 0 | 34 | 52 | 28 | 16 | 46 | 23 |
| Octal | 231 | 111 | 33 | 0 | 64 | 122 | 50 | 26 | 106 | 43 |
| Binary | 10011001 | 1001001 | 11011 | 0 | 110100 | 1010010 | 101000 | 10110 | 1000110 | 100011 |
Color Harmonies of #99491B
Complementary color
Monochromatic Colors of #99491B
Black with #99491B
Text Example
Text Example
White with #99491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99491B; }
p { color: rgb(153,73,27); }
H1.HeaderClassName
{
color: #99491B;
}
.AnyTagClassName
{
color: #99491B;
}
</style>
background-color css
<style>
a { background-color: #99491B; }
a { background-color: rgb(153,73,27); }
div.DivClassName
{
background-color: #99491B;
}
.BgClassName
{
background-color: #99491B;
}
</style>
border-color css
<style>
span { border-color: #99491B; }
span { border-color: rgb(153,73,27); }
td.TdClassName
{
border-color: #99491B;
}
.TagClassName
{
border-color: #99491B;
}
</style>