Shades of Rich Gold #9B481C
Tints of Rich Gold #9B481C
RGB
CMYK
RGB Variations
Color information
#9B481C (or 0x9B481C) is known color: Rich Gold. HEX triplet: 9B, 48 and 1C. RGB value is (155,72,28). Sum of RGB (Red+Green+Blue) = 155+72+28=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B481C is #64B7E3. Grayscale: #5C5C5C. Windows color (decimal): -6600676 or 1853595. OLE color: 1853595.
HSL color Cylindrical-coordinate representation of color #9B481C: hue angle of 20.79º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B481C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 28 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.39 |
| HSL | 20.79º | 0.69% | 0.36% | - |
| HSV(B) | 20.79º | 0.82% | 0.61% | - |
| XYZ | 16.04 | 11.69 | 2.51 | - |
| YUV | 91.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 28 | 0 | 0.54 | 0.82 | 0.39 | 20.79 | 0.69 | 0.36 |
| Hex | 9B | 48 | 1C | 0 | 36 | 52 | 27 | 15 | 45 | 24 |
| Octal | 233 | 110 | 34 | 0 | 66 | 122 | 47 | 25 | 105 | 44 |
| Binary | 10011011 | 1001000 | 11100 | 0 | 110110 | 1010010 | 100111 | 10101 | 1000101 | 100100 |
Color Harmonies of #9B481C
Complementary color
Monochromatic Colors of #9B481C
Black with #9B481C
Text Example
Text Example
White with #9B481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B481C; }
p { color: rgb(155,72,28); }
H1.HeaderClassName
{
color: #9B481C;
}
.AnyTagClassName
{
color: #9B481C;
}
</style>
background-color css
<style>
a { background-color: #9B481C; }
a { background-color: rgb(155,72,28); }
div.DivClassName
{
background-color: #9B481C;
}
.BgClassName
{
background-color: #9B481C;
}
</style>
border-color css
<style>
span { border-color: #9B481C; }
span { border-color: rgb(155,72,28); }
td.TdClassName
{
border-color: #9B481C;
}
.TagClassName
{
border-color: #9B481C;
}
</style>