Shades of Bronze Olive #504D1B
Tints of Bronze Olive #504D1B
RGB
CMYK
RGB Variations
Color information
#504D1B (or 0x504D1B) is known color: Bronze Olive. HEX triplet: 50, 4D and 1B. RGB value is (80,77,27). Sum of RGB (Red+Green+Blue) = 80+77+27=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D1B is #AFB2E4. Grayscale: #484848. Windows color (decimal): -11514597 or 1789264. OLE color: 1789264.
HSL color Cylindrical-coordinate representation of color #504D1B: hue angle of 56.6º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504D1B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 27 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.69 |
| HSL | 56.6º | 0.5% | 0.21% | - |
| HSV(B) | 56.6º | 0.66% | 0.31% | - |
| XYZ | 6.16 | 7.09 | 2.08 | - |
| YUV | 72.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 27 | 0 | 0.04 | 0.66 | 0.69 | 56.6 | 0.5 | 0.21 |
| Hex | 50 | 4D | 1B | 0 | 4 | 42 | 45 | 39 | 32 | 15 |
| Octal | 120 | 115 | 33 | 0 | 4 | 102 | 105 | 71 | 62 | 25 |
| Binary | 1010000 | 1001101 | 11011 | 0 | 100 | 1000010 | 1000101 | 111001 | 110010 | 10101 |
Color Harmonies of #504D1B
Complementary color
Monochromatic Colors of #504D1B
Black with #504D1B
Text Example
Text Example
White with #504D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D1B; }
p { color: rgb(80,77,27); }
H1.HeaderClassName
{
color: #504D1B;
}
.AnyTagClassName
{
color: #504D1B;
}
</style>
background-color css
<style>
a { background-color: #504D1B; }
a { background-color: rgb(80,77,27); }
div.DivClassName
{
background-color: #504D1B;
}
.BgClassName
{
background-color: #504D1B;
}
</style>
border-color css
<style>
span { border-color: #504D1B; }
span { border-color: rgb(80,77,27); }
td.TdClassName
{
border-color: #504D1B;
}
.TagClassName
{
border-color: #504D1B;
}
</style>