Shades of Rich Gold #9B4A1A
Tints of Rich Gold #9B4A1A
RGB
CMYK
RGB Variations
Color information
#9B4A1A (or 0x9B4A1A) is known color: Rich Gold. HEX triplet: 9B, 4A and 1A. RGB value is (155,74,26). Sum of RGB (Red+Green+Blue) = 155+74+26=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A1A is #64B5E5. Grayscale: #5D5D5D. Windows color (decimal): -6600166 or 1723035. OLE color: 1723035.
HSL color Cylindrical-coordinate representation of color #9B4A1A: hue angle of 22.33º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B4A1A is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 26 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.39 |
| HSL | 22.33º | 0.71% | 0.35% | - |
| HSV(B) | 22.33º | 0.83% | 0.61% | - |
| XYZ | 16.15 | 11.94 | 2.43 | - |
| YUV | 92.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 26 | 0 | 0.52 | 0.83 | 0.39 | 22.33 | 0.71 | 0.35 |
| Hex | 9B | 4A | 1A | 0 | 34 | 53 | 27 | 16 | 47 | 23 |
| Octal | 233 | 112 | 32 | 0 | 64 | 123 | 47 | 26 | 107 | 43 |
| Binary | 10011011 | 1001010 | 11010 | 0 | 110100 | 1010011 | 100111 | 10110 | 1000111 | 100011 |
Color Harmonies of #9B4A1A
Complementary color
Monochromatic Colors of #9B4A1A
Black with #9B4A1A
Text Example
Text Example
White with #9B4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A1A; }
p { color: rgb(155,74,26); }
H1.HeaderClassName
{
color: #9B4A1A;
}
.AnyTagClassName
{
color: #9B4A1A;
}
</style>
background-color css
<style>
a { background-color: #9B4A1A; }
a { background-color: rgb(155,74,26); }
div.DivClassName
{
background-color: #9B4A1A;
}
.BgClassName
{
background-color: #9B4A1A;
}
</style>
border-color css
<style>
span { border-color: #9B4A1A; }
span { border-color: rgb(155,74,26); }
td.TdClassName
{
border-color: #9B4A1A;
}
.TagClassName
{
border-color: #9B4A1A;
}
</style>