Shades of Bronze Olive #50490A
Tints of Bronze Olive #50490A
RGB
CMYK
RGB Variations
Color information
#50490A (or 0x50490A) is known color: Bronze Olive. HEX triplet: 50, 49 and 0A. RGB value is (80,73,10). Sum of RGB (Red+Green+Blue) = 80+73+10=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50490A is #AFB6F5. Grayscale: #444444. Windows color (decimal): -11515638 or 674128. OLE color: 674128.
HSL color Cylindrical-coordinate representation of color #50490A: hue angle of 54º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50490A is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 10 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.69 |
| HSL | 54º | 0.78% | 0.18% | - |
| HSV(B) | 54º | 0.88% | 0.31% | - |
| XYZ | 5.75 | 6.49 | 1.24 | - |
| YUV | 67.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 10 | 0 | 0.09 | 0.87 | 0.69 | 54 | 0.78 | 0.18 |
| Hex | 50 | 49 | A | 0 | 9 | 57 | 45 | 36 | 4E | 12 |
| Octal | 120 | 111 | 12 | 0 | 11 | 127 | 105 | 66 | 116 | 22 |
| Binary | 1010000 | 1001001 | 1010 | 0 | 1001 | 1010111 | 1000101 | 110110 | 1001110 | 10010 |
Color Harmonies of #50490A
Complementary color
Monochromatic Colors of #50490A
Black with #50490A
Text Example
Text Example
White with #50490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50490A; }
p { color: rgb(80,73,10); }
H1.HeaderClassName
{
color: #50490A;
}
.AnyTagClassName
{
color: #50490A;
}
</style>
background-color css
<style>
a { background-color: #50490A; }
a { background-color: rgb(80,73,10); }
div.DivClassName
{
background-color: #50490A;
}
.BgClassName
{
background-color: #50490A;
}
</style>
border-color css
<style>
span { border-color: #50490A; }
span { border-color: rgb(80,73,10); }
td.TdClassName
{
border-color: #50490A;
}
.TagClassName
{
border-color: #50490A;
}
</style>