Shades of Bronze Olive #584D17
Tints of Bronze Olive #584D17
RGB
CMYK
RGB Variations
Color information
#584D17 (or 0x584D17) is known color: Bronze Olive. HEX triplet: 58, 4D and 17. RGB value is (88,77,23). Sum of RGB (Red+Green+Blue) = 88+77+23=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D17 is #A7B2E8. Grayscale: #4A4A4A. Windows color (decimal): -10990313 or 1527128. OLE color: 1527128.
HSL color Cylindrical-coordinate representation of color #584D17: hue angle of 49.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #584D17 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 23 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.65 |
| HSL | 49.85º | 0.59% | 0.22% | - |
| HSV(B) | 49.85º | 0.74% | 0.35% | - |
| XYZ | 6.83 | 7.44 | 1.89 | - |
| YUV | 74.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 23 | 0 | 0.12 | 0.74 | 0.65 | 49.85 | 0.59 | 0.22 |
| Hex | 58 | 4D | 17 | 0 | C | 4A | 41 | 32 | 3B | 16 |
| Octal | 130 | 115 | 27 | 0 | 14 | 112 | 101 | 62 | 73 | 26 |
| Binary | 1011000 | 1001101 | 10111 | 0 | 1100 | 1001010 | 1000001 | 110010 | 111011 | 10110 |
Color Harmonies of #584D17
Complementary color
Monochromatic Colors of #584D17
Black with #584D17
Text Example
Text Example
White with #584D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D17; }
p { color: rgb(88,77,23); }
H1.HeaderClassName
{
color: #584D17;
}
.AnyTagClassName
{
color: #584D17;
}
</style>
background-color css
<style>
a { background-color: #584D17; }
a { background-color: rgb(88,77,23); }
div.DivClassName
{
background-color: #584D17;
}
.BgClassName
{
background-color: #584D17;
}
</style>
border-color css
<style>
span { border-color: #584D17; }
span { border-color: rgb(88,77,23); }
td.TdClassName
{
border-color: #584D17;
}
.TagClassName
{
border-color: #584D17;
}
</style>