Shades of Bronze Olive #584505
Tints of Bronze Olive #584505
RGB
CMYK
RGB Variations
Color information
#584505 (or 0x584505) is known color: Bronze Olive. HEX triplet: 58, 45 and 05. RGB value is (88,69,5). Sum of RGB (Red+Green+Blue) = 88+69+5=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #584505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584505 is #A7BAFA. Grayscale: #434343. Windows color (decimal): -10992379 or 345432. OLE color: 345432.
HSL color Cylindrical-coordinate representation of color #584505: hue angle of 46.27º 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 #584505 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 5 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.65 |
| HSL | 46.27º | 0.89% | 0.18% | - |
| HSV(B) | 46.27º | 0.94% | 0.35% | - |
| XYZ | 6.18 | 6.34 | 1.04 | - |
| YUV | 67.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 5 | 0 | 0.22 | 0.94 | 0.65 | 46.27 | 0.89 | 0.18 |
| Hex | 58 | 45 | 5 | 0 | 16 | 5E | 41 | 2E | 59 | 12 |
| Octal | 130 | 105 | 5 | 0 | 26 | 136 | 101 | 56 | 131 | 22 |
| Binary | 1011000 | 1000101 | 101 | 0 | 10110 | 1011110 | 1000001 | 101110 | 1011001 | 10010 |
Color Harmonies of #584505
Complementary color
Monochromatic Colors of #584505
Black with #584505
Text Example
Text Example
White with #584505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584505; }
p { color: rgb(88,69,5); }
H1.HeaderClassName
{
color: #584505;
}
.AnyTagClassName
{
color: #584505;
}
</style>
background-color css
<style>
a { background-color: #584505; }
a { background-color: rgb(88,69,5); }
div.DivClassName
{
background-color: #584505;
}
.BgClassName
{
background-color: #584505;
}
</style>
border-color css
<style>
span { border-color: #584505; }
span { border-color: rgb(88,69,5); }
td.TdClassName
{
border-color: #584505;
}
.TagClassName
{
border-color: #584505;
}
</style>