Shades of Bronze Olive #504D1F
Tints of Bronze Olive #504D1F
RGB
CMYK
RGB Variations
Color information
#504D1F (or 0x504D1F) is known color: Bronze Olive. HEX triplet: 50, 4D and 1F. RGB value is (80,77,31). Sum of RGB (Red+Green+Blue) = 80+77+31=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #504D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D1F is #AFB2E0. Grayscale: #484848. Windows color (decimal): -11514593 or 2051408. OLE color: 2051408.
HSL color Cylindrical-coordinate representation of color #504D1F: hue angle of 56.33º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504D1F is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 31 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.69 |
| HSL | 56.33º | 0.44% | 0.22% | - |
| HSV(B) | 56.33º | 0.61% | 0.31% | - |
| XYZ | 6.21 | 7.11 | 2.34 | - |
| YUV | 72.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 31 | 0 | 0.04 | 0.61 | 0.69 | 56.33 | 0.44 | 0.22 |
| Hex | 50 | 4D | 1F | 0 | 4 | 3D | 45 | 38 | 2C | 16 |
| Octal | 120 | 115 | 37 | 0 | 4 | 75 | 105 | 70 | 54 | 26 |
| Binary | 1010000 | 1001101 | 11111 | 0 | 100 | 111101 | 1000101 | 111000 | 101100 | 10110 |
Color Harmonies of #504D1F
Complementary color
Monochromatic Colors of #504D1F
Black with #504D1F
Text Example
Text Example
White with #504D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D1F; }
p { color: rgb(80,77,31); }
H1.HeaderClassName
{
color: #504D1F;
}
.AnyTagClassName
{
color: #504D1F;
}
</style>
background-color css
<style>
a { background-color: #504D1F; }
a { background-color: rgb(80,77,31); }
div.DivClassName
{
background-color: #504D1F;
}
.BgClassName
{
background-color: #504D1F;
}
</style>
border-color css
<style>
span { border-color: #504D1F; }
span { border-color: rgb(80,77,31); }
td.TdClassName
{
border-color: #504D1F;
}
.TagClassName
{
border-color: #504D1F;
}
</style>