Shades of Bronze Olive #584E21
Tints of Bronze Olive #584E21
RGB
CMYK
RGB Variations
Color information
#584E21 (or 0x584E21) is known color: Bronze Olive. HEX triplet: 58, 4E and 21. RGB value is (88,78,33). Sum of RGB (Red+Green+Blue) = 88+78+33=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #584E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E21 is #A7B1DE. Grayscale: #4C4C4C. Windows color (decimal): -10990047 or 2182744. OLE color: 2182744.
HSL color Cylindrical-coordinate representation of color #584E21: hue angle of 49.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584E21 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 33 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.65 |
| HSL | 49.09º | 0.45% | 0.24% | - |
| HSV(B) | 49.09º | 0.63% | 0.35% | - |
| XYZ | 7.02 | 7.63 | 2.54 | - |
| YUV | 75.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 33 | 0 | 0.11 | 0.62 | 0.65 | 49.09 | 0.45 | 0.24 |
| Hex | 58 | 4E | 21 | 0 | B | 3E | 41 | 31 | 2D | 18 |
| Octal | 130 | 116 | 41 | 0 | 13 | 76 | 101 | 61 | 55 | 30 |
| Binary | 1011000 | 1001110 | 100001 | 0 | 1011 | 111110 | 1000001 | 110001 | 101101 | 11000 |
Color Harmonies of #584E21
Complementary color
Monochromatic Colors of #584E21
Black with #584E21
Text Example
Text Example
White with #584E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E21; }
p { color: rgb(88,78,33); }
H1.HeaderClassName
{
color: #584E21;
}
.AnyTagClassName
{
color: #584E21;
}
</style>
background-color css
<style>
a { background-color: #584E21; }
a { background-color: rgb(88,78,33); }
div.DivClassName
{
background-color: #584E21;
}
.BgClassName
{
background-color: #584E21;
}
</style>
border-color css
<style>
span { border-color: #584E21; }
span { border-color: rgb(88,78,33); }
td.TdClassName
{
border-color: #584E21;
}
.TagClassName
{
border-color: #584E21;
}
</style>