Shades of Bronze Olive #584D0E
Tints of Bronze Olive #584D0E
RGB
CMYK
RGB Variations
Color information
#584D0E (or 0x584D0E) is known color: Bronze Olive. HEX triplet: 58, 4D and 0E. RGB value is (88,77,14). Sum of RGB (Red+Green+Blue) = 88+77+14=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D0E is #A7B2F1. Grayscale: #494949. Windows color (decimal): -10990322 or 937304. OLE color: 937304.
HSL color Cylindrical-coordinate representation of color #584D0E: hue angle of 51.08º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #584D0E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 14 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.65 |
| HSL | 51.08º | 0.73% | 0.2% | - |
| HSV(B) | 51.08º | 0.84% | 0.35% | - |
| XYZ | 6.76 | 7.41 | 1.49 | - |
| YUV | 73.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 14 | 0 | 0.12 | 0.84 | 0.65 | 51.08 | 0.73 | 0.2 |
| Hex | 58 | 4D | E | 0 | C | 54 | 41 | 33 | 49 | 14 |
| Octal | 130 | 115 | 16 | 0 | 14 | 124 | 101 | 63 | 111 | 24 |
| Binary | 1011000 | 1001101 | 1110 | 0 | 1100 | 1010100 | 1000001 | 110011 | 1001001 | 10100 |
Color Harmonies of #584D0E
Complementary color
Monochromatic Colors of #584D0E
Black with #584D0E
Text Example
Text Example
White with #584D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D0E; }
p { color: rgb(88,77,14); }
H1.HeaderClassName
{
color: #584D0E;
}
.AnyTagClassName
{
color: #584D0E;
}
</style>
background-color css
<style>
a { background-color: #584D0E; }
a { background-color: rgb(88,77,14); }
div.DivClassName
{
background-color: #584D0E;
}
.BgClassName
{
background-color: #584D0E;
}
</style>
border-color css
<style>
span { border-color: #584D0E; }
span { border-color: rgb(88,77,14); }
td.TdClassName
{
border-color: #584D0E;
}
.TagClassName
{
border-color: #584D0E;
}
</style>