Shades of Rich Gold #99541B
Tints of Rich Gold #99541B
RGB
CMYK
RGB Variations
Color information
#99541B (or 0x99541B) is known color: Rich Gold. HEX triplet: 99, 54 and 1B. RGB value is (153,84,27). Sum of RGB (Red+Green+Blue) = 153+84+27=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541B is #66ABE4. Grayscale: #626262. Windows color (decimal): -6728677 or 1791129. OLE color: 1791129.
HSL color Cylindrical-coordinate representation of color #99541B: hue angle of 27.14º 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 #99541B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 27 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.4 |
| HSL | 27.14º | 0.7% | 0.35% | - |
| HSV(B) | 27.14º | 0.82% | 0.6% | - |
| XYZ | 16.51 | 13.19 | 2.71 | - |
| YUV | 98.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 27 | 0 | 0.45 | 0.82 | 0.4 | 27.14 | 0.7 | 0.35 |
| Hex | 99 | 54 | 1B | 0 | 2D | 52 | 28 | 1B | 46 | 23 |
| Octal | 231 | 124 | 33 | 0 | 55 | 122 | 50 | 33 | 106 | 43 |
| Binary | 10011001 | 1010100 | 11011 | 0 | 101101 | 1010010 | 101000 | 11011 | 1000110 | 100011 |
Color Harmonies of #99541B
Complementary color
Monochromatic Colors of #99541B
Black with #99541B
Text Example
Text Example
White with #99541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99541B; }
p { color: rgb(153,84,27); }
H1.HeaderClassName
{
color: #99541B;
}
.AnyTagClassName
{
color: #99541B;
}
</style>
background-color css
<style>
a { background-color: #99541B; }
a { background-color: rgb(153,84,27); }
div.DivClassName
{
background-color: #99541B;
}
.BgClassName
{
background-color: #99541B;
}
</style>
border-color css
<style>
span { border-color: #99541B; }
span { border-color: rgb(153,84,27); }
td.TdClassName
{
border-color: #99541B;
}
.TagClassName
{
border-color: #99541B;
}
</style>