Shades of Bronze Olive #504A13
Tints of Bronze Olive #504A13
RGB
CMYK
RGB Variations
Color information
#504A13 (or 0x504A13) is known color: Bronze Olive. HEX triplet: 50, 4A and 13. RGB value is (80,74,19). Sum of RGB (Red+Green+Blue) = 80+74+19=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A13 is #AFB5EC. Grayscale: #454545. Windows color (decimal): -11515373 or 1264208. OLE color: 1264208.
HSL color Cylindrical-coordinate representation of color #504A13: hue angle of 54.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #504A13 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 19 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.69 |
| HSL | 54.1º | 0.62% | 0.19% | - |
| HSV(B) | 54.1º | 0.76% | 0.31% | - |
| XYZ | 5.87 | 6.65 | 1.59 | - |
| YUV | 69.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 19 | 0 | 0.08 | 0.76 | 0.69 | 54.1 | 0.62 | 0.19 |
| Hex | 50 | 4A | 13 | 0 | 8 | 4C | 45 | 36 | 3E | 13 |
| Octal | 120 | 112 | 23 | 0 | 10 | 114 | 105 | 66 | 76 | 23 |
| Binary | 1010000 | 1001010 | 10011 | 0 | 1000 | 1001100 | 1000101 | 110110 | 111110 | 10011 |
Color Harmonies of #504A13
Complementary color
Monochromatic Colors of #504A13
Black with #504A13
Text Example
Text Example
White with #504A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A13; }
p { color: rgb(80,74,19); }
H1.HeaderClassName
{
color: #504A13;
}
.AnyTagClassName
{
color: #504A13;
}
</style>
background-color css
<style>
a { background-color: #504A13; }
a { background-color: rgb(80,74,19); }
div.DivClassName
{
background-color: #504A13;
}
.BgClassName
{
background-color: #504A13;
}
</style>
border-color css
<style>
span { border-color: #504A13; }
span { border-color: rgb(80,74,19); }
td.TdClassName
{
border-color: #504A13;
}
.TagClassName
{
border-color: #504A13;
}
</style>