Shades of Bronze Olive #584E0E
Tints of Bronze Olive #584E0E
RGB
CMYK
RGB Variations
Color information
#584E0E (or 0x584E0E) is known color: Bronze Olive. HEX triplet: 58, 4E and 0E. RGB value is (88,78,14). Sum of RGB (Red+Green+Blue) = 88+78+14=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #584E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E0E is #A7B1F1. Grayscale: #494949. Windows color (decimal): -10990066 or 937560. OLE color: 937560.
HSL color Cylindrical-coordinate representation of color #584E0E: hue angle of 51.89º 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 #584E0E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 14 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.65 |
| HSL | 51.89º | 0.73% | 0.2% | - |
| HSV(B) | 51.89º | 0.84% | 0.35% | - |
| XYZ | 6.83 | 7.56 | 1.51 | - |
| YUV | 73.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 14 | 0 | 0.11 | 0.84 | 0.65 | 51.89 | 0.73 | 0.2 |
| Hex | 58 | 4E | E | 0 | B | 54 | 41 | 34 | 49 | 14 |
| Octal | 130 | 116 | 16 | 0 | 13 | 124 | 101 | 64 | 111 | 24 |
| Binary | 1011000 | 1001110 | 1110 | 0 | 1011 | 1010100 | 1000001 | 110100 | 1001001 | 10100 |
Color Harmonies of #584E0E
Complementary color
Monochromatic Colors of #584E0E
Black with #584E0E
Text Example
Text Example
White with #584E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E0E; }
p { color: rgb(88,78,14); }
H1.HeaderClassName
{
color: #584E0E;
}
.AnyTagClassName
{
color: #584E0E;
}
</style>
background-color css
<style>
a { background-color: #584E0E; }
a { background-color: rgb(88,78,14); }
div.DivClassName
{
background-color: #584E0E;
}
.BgClassName
{
background-color: #584E0E;
}
</style>
border-color css
<style>
span { border-color: #584E0E; }
span { border-color: rgb(88,78,14); }
td.TdClassName
{
border-color: #584E0E;
}
.TagClassName
{
border-color: #584E0E;
}
</style>