Shades of Rich Gold #9E551B
Tints of Rich Gold #9E551B
RGB
CMYK
RGB Variations
Color information
#9E551B (or 0x9E551B) is known color: Rich Gold. HEX triplet: 9E, 55 and 1B. RGB value is (158,85,27). Sum of RGB (Red+Green+Blue) = 158+85+27=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E551B is #61AAE4. Grayscale: #646464. Windows color (decimal): -6400741 or 1791390. OLE color: 1791390.
HSL color Cylindrical-coordinate representation of color #9E551B: hue angle of 26.56º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E551B is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 27 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.38 |
| HSL | 26.56º | 0.71% | 0.36% | - |
| HSV(B) | 26.56º | 0.83% | 0.62% | - |
| XYZ | 17.55 | 13.85 | 2.78 | - |
| YUV | 100.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 27 | 0 | 0.46 | 0.83 | 0.38 | 26.56 | 0.71 | 0.36 |
| Hex | 9E | 55 | 1B | 0 | 2E | 53 | 26 | 1B | 47 | 24 |
| Octal | 236 | 125 | 33 | 0 | 56 | 123 | 46 | 33 | 107 | 44 |
| Binary | 10011110 | 1010101 | 11011 | 0 | 101110 | 1010011 | 100110 | 11011 | 1000111 | 100100 |
Color Harmonies of #9E551B
Complementary color
Monochromatic Colors of #9E551B
Black with #9E551B
Text Example
Text Example
White with #9E551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E551B; }
p { color: rgb(158,85,27); }
H1.HeaderClassName
{
color: #9E551B;
}
.AnyTagClassName
{
color: #9E551B;
}
</style>
background-color css
<style>
a { background-color: #9E551B; }
a { background-color: rgb(158,85,27); }
div.DivClassName
{
background-color: #9E551B;
}
.BgClassName
{
background-color: #9E551B;
}
</style>
border-color css
<style>
span { border-color: #9E551B; }
span { border-color: rgb(158,85,27); }
td.TdClassName
{
border-color: #9E551B;
}
.TagClassName
{
border-color: #9E551B;
}
</style>