Shades of Bronze Olive #584E05
Tints of Bronze Olive #584E05
RGB
CMYK
RGB Variations
Color information
#584E05 (or 0x584E05) is known color: Bronze Olive. HEX triplet: 58, 4E and 05. RGB value is (88,78,5). Sum of RGB (Red+Green+Blue) = 88+78+5=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #584E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E05 is #A7B1FA. Grayscale: #484848. Windows color (decimal): -10990075 or 347736. OLE color: 347736.
HSL color Cylindrical-coordinate representation of color #584E05: hue angle of 52.77º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #584E05 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 5 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.65 |
| HSL | 52.77º | 0.89% | 0.18% | - |
| HSV(B) | 52.77º | 0.94% | 0.35% | - |
| XYZ | 6.78 | 7.53 | 1.24 | - |
| YUV | 72.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 5 | 0 | 0.11 | 0.94 | 0.65 | 52.77 | 0.89 | 0.18 |
| Hex | 58 | 4E | 5 | 0 | B | 5E | 41 | 35 | 59 | 12 |
| Octal | 130 | 116 | 5 | 0 | 13 | 136 | 101 | 65 | 131 | 22 |
| Binary | 1011000 | 1001110 | 101 | 0 | 1011 | 1011110 | 1000001 | 110101 | 1011001 | 10010 |
Color Harmonies of #584E05
Complementary color
Monochromatic Colors of #584E05
Black with #584E05
Text Example
Text Example
White with #584E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E05; }
p { color: rgb(88,78,5); }
H1.HeaderClassName
{
color: #584E05;
}
.AnyTagClassName
{
color: #584E05;
}
</style>
background-color css
<style>
a { background-color: #584E05; }
a { background-color: rgb(88,78,5); }
div.DivClassName
{
background-color: #584E05;
}
.BgClassName
{
background-color: #584E05;
}
</style>
border-color css
<style>
span { border-color: #584E05; }
span { border-color: rgb(88,78,5); }
td.TdClassName
{
border-color: #584E05;
}
.TagClassName
{
border-color: #584E05;
}
</style>