Shades of Bronze Olive #504A19
Tints of Bronze Olive #504A19
RGB
CMYK
RGB Variations
Color information
#504A19 (or 0x504A19) is known color: Bronze Olive. HEX triplet: 50, 4A and 19. RGB value is (80,74,25). Sum of RGB (Red+Green+Blue) = 80+74+25=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A19 is #AFB5E6. Grayscale: #464646. Windows color (decimal): -11515367 or 1657424. OLE color: 1657424.
HSL color Cylindrical-coordinate representation of color #504A19: hue angle of 53.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504A19 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 25 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.69 |
| HSL | 53.45º | 0.52% | 0.21% | - |
| HSV(B) | 53.45º | 0.69% | 0.31% | - |
| XYZ | 5.93 | 6.67 | 1.9 | - |
| YUV | 70.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 25 | 0 | 0.08 | 0.69 | 0.69 | 53.45 | 0.52 | 0.21 |
| Hex | 50 | 4A | 19 | 0 | 8 | 45 | 45 | 35 | 34 | 15 |
| Octal | 120 | 112 | 31 | 0 | 10 | 105 | 105 | 65 | 64 | 25 |
| Binary | 1010000 | 1001010 | 11001 | 0 | 1000 | 1000101 | 1000101 | 110101 | 110100 | 10101 |
Color Harmonies of #504A19
Complementary color
Monochromatic Colors of #504A19
Black with #504A19
Text Example
Text Example
White with #504A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A19; }
p { color: rgb(80,74,25); }
H1.HeaderClassName
{
color: #504A19;
}
.AnyTagClassName
{
color: #504A19;
}
</style>
background-color css
<style>
a { background-color: #504A19; }
a { background-color: rgb(80,74,25); }
div.DivClassName
{
background-color: #504A19;
}
.BgClassName
{
background-color: #504A19;
}
</style>
border-color css
<style>
span { border-color: #504A19; }
span { border-color: rgb(80,74,25); }
td.TdClassName
{
border-color: #504A19;
}
.TagClassName
{
border-color: #504A19;
}
</style>