Shades of Bronze Olive #584909
Tints of Bronze Olive #584909
RGB
CMYK
RGB Variations
Color information
#584909 (or 0x584909) is known color: Bronze Olive. HEX triplet: 58, 49 and 09. RGB value is (88,73,9). Sum of RGB (Red+Green+Blue) = 88+73+9=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #584909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584909 is #A7B6F6. Grayscale: #464646. Windows color (decimal): -10991351 or 608600. OLE color: 608600.
HSL color Cylindrical-coordinate representation of color #584909: hue angle of 48.61º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #584909 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 9 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.65 |
| HSL | 48.61º | 0.81% | 0.19% | - |
| HSV(B) | 48.61º | 0.9% | 0.35% | - |
| XYZ | 6.46 | 6.86 | 1.24 | - |
| YUV | 70.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 9 | 0 | 0.17 | 0.90 | 0.65 | 48.61 | 0.81 | 0.19 |
| Hex | 58 | 49 | 9 | 0 | 11 | 5A | 41 | 31 | 51 | 13 |
| Octal | 130 | 111 | 11 | 0 | 21 | 132 | 101 | 61 | 121 | 23 |
| Binary | 1011000 | 1001001 | 1001 | 0 | 10001 | 1011010 | 1000001 | 110001 | 1010001 | 10011 |
Color Harmonies of #584909
Complementary color
Monochromatic Colors of #584909
Black with #584909
Text Example
Text Example
White with #584909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584909; }
p { color: rgb(88,73,9); }
H1.HeaderClassName
{
color: #584909;
}
.AnyTagClassName
{
color: #584909;
}
</style>
background-color css
<style>
a { background-color: #584909; }
a { background-color: rgb(88,73,9); }
div.DivClassName
{
background-color: #584909;
}
.BgClassName
{
background-color: #584909;
}
</style>
border-color css
<style>
span { border-color: #584909; }
span { border-color: rgb(88,73,9); }
td.TdClassName
{
border-color: #584909;
}
.TagClassName
{
border-color: #584909;
}
</style>