Shades of Bronze Olive #584E14
Tints of Bronze Olive #584E14
RGB
CMYK
RGB Variations
Color information
#584E14 (or 0x584E14) is known color: Bronze Olive. HEX triplet: 58, 4E and 14. RGB value is (88,78,20). Sum of RGB (Red+Green+Blue) = 88+78+20=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E14 is #A7B1EB. Grayscale: #4A4A4A. Windows color (decimal): -10990060 or 1330776. OLE color: 1330776.
HSL color Cylindrical-coordinate representation of color #584E14: hue angle of 51.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584E14 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 20 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.65 |
| HSL | 51.18º | 0.63% | 0.21% | - |
| HSV(B) | 51.18º | 0.77% | 0.35% | - |
| XYZ | 6.88 | 7.57 | 1.76 | - |
| YUV | 74.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 20 | 0 | 0.11 | 0.77 | 0.65 | 51.18 | 0.63 | 0.21 |
| Hex | 58 | 4E | 14 | 0 | B | 4D | 41 | 33 | 3F | 15 |
| Octal | 130 | 116 | 24 | 0 | 13 | 115 | 101 | 63 | 77 | 25 |
| Binary | 1011000 | 1001110 | 10100 | 0 | 1011 | 1001101 | 1000001 | 110011 | 111111 | 10101 |
Color Harmonies of #584E14
Complementary color
Monochromatic Colors of #584E14
Black with #584E14
Text Example
Text Example
White with #584E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E14; }
p { color: rgb(88,78,20); }
H1.HeaderClassName
{
color: #584E14;
}
.AnyTagClassName
{
color: #584E14;
}
</style>
background-color css
<style>
a { background-color: #584E14; }
a { background-color: rgb(88,78,20); }
div.DivClassName
{
background-color: #584E14;
}
.BgClassName
{
background-color: #584E14;
}
</style>
border-color css
<style>
span { border-color: #584E14; }
span { border-color: rgb(88,78,20); }
td.TdClassName
{
border-color: #584E14;
}
.TagClassName
{
border-color: #584E14;
}
</style>