Shades of Bronze Olive #585414
Tints of Bronze Olive #585414
RGB
CMYK
RGB Variations
Color information
#585414 (or 0x585414) is known color: Bronze Olive. HEX triplet: 58, 54 and 14. RGB value is (88,84,20). Sum of RGB (Red+Green+Blue) = 88+84+20=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #585414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585414 is #A7ABEB. Grayscale: #4E4E4E. Windows color (decimal): -10988524 or 1332312. OLE color: 1332312.
HSL color Cylindrical-coordinate representation of color #585414: hue angle of 56.47º 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 #585414 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 20 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.65 |
| HSL | 56.47º | 0.63% | 0.21% | - |
| HSV(B) | 56.47º | 0.77% | 0.35% | - |
| XYZ | 7.32 | 8.47 | 1.91 | - |
| YUV | 77.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 20 | 0 | 0.05 | 0.77 | 0.65 | 56.47 | 0.63 | 0.21 |
| Hex | 58 | 54 | 14 | 0 | 5 | 4D | 41 | 38 | 3F | 15 |
| Octal | 130 | 124 | 24 | 0 | 5 | 115 | 101 | 70 | 77 | 25 |
| Binary | 1011000 | 1010100 | 10100 | 0 | 101 | 1001101 | 1000001 | 111000 | 111111 | 10101 |
Color Harmonies of #585414
Complementary color
Monochromatic Colors of #585414
Black with #585414
Text Example
Text Example
White with #585414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585414; }
p { color: rgb(88,84,20); }
H1.HeaderClassName
{
color: #585414;
}
.AnyTagClassName
{
color: #585414;
}
</style>
background-color css
<style>
a { background-color: #585414; }
a { background-color: rgb(88,84,20); }
div.DivClassName
{
background-color: #585414;
}
.BgClassName
{
background-color: #585414;
}
</style>
border-color css
<style>
span { border-color: #585414; }
span { border-color: rgb(88,84,20); }
td.TdClassName
{
border-color: #585414;
}
.TagClassName
{
border-color: #585414;
}
</style>