Shades of Bronze Olive #584D15
Tints of Bronze Olive #584D15
RGB
CMYK
RGB Variations
Color information
#584D15 (or 0x584D15) is known color: Bronze Olive. HEX triplet: 58, 4D and 15. RGB value is (88,77,21). Sum of RGB (Red+Green+Blue) = 88+77+21=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D15 is #A7B2EA. Grayscale: #4A4A4A. Windows color (decimal): -10990315 or 1396056. OLE color: 1396056.
HSL color Cylindrical-coordinate representation of color #584D15: hue angle of 50.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #584D15 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 21 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.65 |
| HSL | 50.15º | 0.61% | 0.21% | - |
| HSV(B) | 50.15º | 0.76% | 0.35% | - |
| XYZ | 6.81 | 7.44 | 1.79 | - |
| YUV | 73.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 21 | 0 | 0.12 | 0.76 | 0.65 | 50.15 | 0.61 | 0.21 |
| Hex | 58 | 4D | 15 | 0 | C | 4C | 41 | 32 | 3D | 15 |
| Octal | 130 | 115 | 25 | 0 | 14 | 114 | 101 | 62 | 75 | 25 |
| Binary | 1011000 | 1001101 | 10101 | 0 | 1100 | 1001100 | 1000001 | 110010 | 111101 | 10101 |
Color Harmonies of #584D15
Complementary color
Monochromatic Colors of #584D15
Black with #584D15
Text Example
Text Example
White with #584D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D15; }
p { color: rgb(88,77,21); }
H1.HeaderClassName
{
color: #584D15;
}
.AnyTagClassName
{
color: #584D15;
}
</style>
background-color css
<style>
a { background-color: #584D15; }
a { background-color: rgb(88,77,21); }
div.DivClassName
{
background-color: #584D15;
}
.BgClassName
{
background-color: #584D15;
}
</style>
border-color css
<style>
span { border-color: #584D15; }
span { border-color: rgb(88,77,21); }
td.TdClassName
{
border-color: #584D15;
}
.TagClassName
{
border-color: #584D15;
}
</style>