Shades of Bronze Olive #584405
Tints of Bronze Olive #584405
RGB
CMYK
RGB Variations
Color information
#584405 (or 0x584405) is known color: Bronze Olive. HEX triplet: 58, 44 and 05. RGB value is (88,68,5). Sum of RGB (Red+Green+Blue) = 88+68+5=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #584405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584405 is #A7BBFA. Grayscale: #434343. Windows color (decimal): -10992635 or 345176. OLE color: 345176.
HSL color Cylindrical-coordinate representation of color #584405: hue angle of 45.54º 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 #584405 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 5 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.65 |
| HSL | 45.54º | 0.89% | 0.18% | - |
| HSV(B) | 45.54º | 0.94% | 0.35% | - |
| XYZ | 6.12 | 6.22 | 1.02 | - |
| YUV | 66.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 5 | 0 | 0.23 | 0.94 | 0.65 | 45.54 | 0.89 | 0.18 |
| Hex | 58 | 44 | 5 | 0 | 17 | 5E | 41 | 2E | 59 | 12 |
| Octal | 130 | 104 | 5 | 0 | 27 | 136 | 101 | 56 | 131 | 22 |
| Binary | 1011000 | 1000100 | 101 | 0 | 10111 | 1011110 | 1000001 | 101110 | 1011001 | 10010 |
Color Harmonies of #584405
Complementary color
Monochromatic Colors of #584405
Black with #584405
Text Example
Text Example
White with #584405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584405; }
p { color: rgb(88,68,5); }
H1.HeaderClassName
{
color: #584405;
}
.AnyTagClassName
{
color: #584405;
}
</style>
background-color css
<style>
a { background-color: #584405; }
a { background-color: rgb(88,68,5); }
div.DivClassName
{
background-color: #584405;
}
.BgClassName
{
background-color: #584405;
}
</style>
border-color css
<style>
span { border-color: #584405; }
span { border-color: rgb(88,68,5); }
td.TdClassName
{
border-color: #584405;
}
.TagClassName
{
border-color: #584405;
}
</style>