Shades of Rich Gold #99541C
Tints of Rich Gold #99541C
RGB
CMYK
RGB Variations
Color information
#99541C (or 0x99541C) is known color: Rich Gold. HEX triplet: 99, 54 and 1C. RGB value is (153,84,28). Sum of RGB (Red+Green+Blue) = 153+84+28=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541C is #66ABE3. Grayscale: #626262. Windows color (decimal): -6728676 or 1856665. OLE color: 1856665.
HSL color Cylindrical-coordinate representation of color #99541C: hue angle of 26.88º 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 #99541C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 28 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.4 |
| HSL | 26.88º | 0.69% | 0.35% | - |
| HSV(B) | 26.88º | 0.82% | 0.6% | - |
| XYZ | 16.52 | 13.2 | 2.78 | - |
| YUV | 98.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 28 | 0 | 0.45 | 0.82 | 0.4 | 26.88 | 0.69 | 0.35 |
| Hex | 99 | 54 | 1C | 0 | 2D | 52 | 28 | 1B | 45 | 23 |
| Octal | 231 | 124 | 34 | 0 | 55 | 122 | 50 | 33 | 105 | 43 |
| Binary | 10011001 | 1010100 | 11100 | 0 | 101101 | 1010010 | 101000 | 11011 | 1000101 | 100011 |
Color Harmonies of #99541C
Complementary color
Monochromatic Colors of #99541C
Black with #99541C
Text Example
Text Example
White with #99541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99541C; }
p { color: rgb(153,84,28); }
H1.HeaderClassName
{
color: #99541C;
}
.AnyTagClassName
{
color: #99541C;
}
</style>
background-color css
<style>
a { background-color: #99541C; }
a { background-color: rgb(153,84,28); }
div.DivClassName
{
background-color: #99541C;
}
.BgClassName
{
background-color: #99541C;
}
</style>
border-color css
<style>
span { border-color: #99541C; }
span { border-color: rgb(153,84,28); }
td.TdClassName
{
border-color: #99541C;
}
.TagClassName
{
border-color: #99541C;
}
</style>