Shades of Bronze Olive #584E11
Tints of Bronze Olive #584E11
RGB
CMYK
RGB Variations
Color information
#584E11 (or 0x584E11) is known color: Bronze Olive. HEX triplet: 58, 4E and 11. RGB value is (88,78,17). Sum of RGB (Red+Green+Blue) = 88+78+17=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E11 is #A7B1EE. Grayscale: #4A4A4A. Windows color (decimal): -10990063 or 1134168. OLE color: 1134168.
HSL color Cylindrical-coordinate representation of color #584E11: hue angle of 51.55º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #584E11 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 17 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.65 |
| HSL | 51.55º | 0.68% | 0.21% | - |
| HSV(B) | 51.55º | 0.81% | 0.35% | - |
| XYZ | 6.85 | 7.56 | 1.63 | - |
| YUV | 74.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 17 | 0 | 0.11 | 0.81 | 0.65 | 51.55 | 0.68 | 0.21 |
| Hex | 58 | 4E | 11 | 0 | B | 51 | 41 | 34 | 44 | 15 |
| Octal | 130 | 116 | 21 | 0 | 13 | 121 | 101 | 64 | 104 | 25 |
| Binary | 1011000 | 1001110 | 10001 | 0 | 1011 | 1010001 | 1000001 | 110100 | 1000100 | 10101 |
Color Harmonies of #584E11
Complementary color
Monochromatic Colors of #584E11
Black with #584E11
Text Example
Text Example
White with #584E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E11; }
p { color: rgb(88,78,17); }
H1.HeaderClassName
{
color: #584E11;
}
.AnyTagClassName
{
color: #584E11;
}
</style>
background-color css
<style>
a { background-color: #584E11; }
a { background-color: rgb(88,78,17); }
div.DivClassName
{
background-color: #584E11;
}
.BgClassName
{
background-color: #584E11;
}
</style>
border-color css
<style>
span { border-color: #584E11; }
span { border-color: rgb(88,78,17); }
td.TdClassName
{
border-color: #584E11;
}
.TagClassName
{
border-color: #584E11;
}
</style>