Shades of Bronze Olive #504A25
Tints of Bronze Olive #504A25
RGB
CMYK
RGB Variations
Color information
#504A25 (or 0x504A25) is known color: Bronze Olive. HEX triplet: 50, 4A and 25. RGB value is (80,74,37). Sum of RGB (Red+Green+Blue) = 80+74+37=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A25 is #AFB5DA. Grayscale: #474747. Windows color (decimal): -11515355 or 2443856. OLE color: 2443856.
HSL color Cylindrical-coordinate representation of color #504A25: hue angle of 51.63º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504A25 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 37 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.69 |
| HSL | 51.63º | 0.37% | 0.23% | - |
| HSV(B) | 51.63º | 0.54% | 0.31% | - |
| XYZ | 6.09 | 6.74 | 2.73 | - |
| YUV | 71.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 37 | 0 | 0.08 | 0.54 | 0.69 | 51.63 | 0.37 | 0.23 |
| Hex | 50 | 4A | 25 | 0 | 8 | 36 | 45 | 34 | 25 | 17 |
| Octal | 120 | 112 | 45 | 0 | 10 | 66 | 105 | 64 | 45 | 27 |
| Binary | 1010000 | 1001010 | 100101 | 0 | 1000 | 110110 | 1000101 | 110100 | 100101 | 10111 |
Color Harmonies of #504A25
Complementary color
Monochromatic Colors of #504A25
Black with #504A25
Text Example
Text Example
White with #504A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A25; }
p { color: rgb(80,74,37); }
H1.HeaderClassName
{
color: #504A25;
}
.AnyTagClassName
{
color: #504A25;
}
</style>
background-color css
<style>
a { background-color: #504A25; }
a { background-color: rgb(80,74,37); }
div.DivClassName
{
background-color: #504A25;
}
.BgClassName
{
background-color: #504A25;
}
</style>
border-color css
<style>
span { border-color: #504A25; }
span { border-color: rgb(80,74,37); }
td.TdClassName
{
border-color: #504A25;
}
.TagClassName
{
border-color: #504A25;
}
</style>