Shades of Bronze Olive #584921
Tints of Bronze Olive #584921
RGB
CMYK
RGB Variations
Color information
#584921 (or 0x584921) is known color: Bronze Olive. HEX triplet: 58, 49 and 21. RGB value is (88,73,33). Sum of RGB (Red+Green+Blue) = 88+73+33=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584921 is #A7B6DE. Grayscale: #494949. Windows color (decimal): -10991327 or 2181464. OLE color: 2181464.
HSL color Cylindrical-coordinate representation of color #584921: hue angle of 43.64º 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 #584921 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 33 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.65 |
| HSL | 43.64º | 0.45% | 0.24% | - |
| HSV(B) | 43.64º | 0.63% | 0.35% | - |
| XYZ | 6.68 | 6.95 | 2.43 | - |
| YUV | 72.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 33 | 0 | 0.17 | 0.62 | 0.65 | 43.64 | 0.45 | 0.24 |
| Hex | 58 | 49 | 21 | 0 | 11 | 3E | 41 | 2C | 2D | 18 |
| Octal | 130 | 111 | 41 | 0 | 21 | 76 | 101 | 54 | 55 | 30 |
| Binary | 1011000 | 1001001 | 100001 | 0 | 10001 | 111110 | 1000001 | 101100 | 101101 | 11000 |
Color Harmonies of #584921
Complementary color
Monochromatic Colors of #584921
Black with #584921
Text Example
Text Example
White with #584921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584921; }
p { color: rgb(88,73,33); }
H1.HeaderClassName
{
color: #584921;
}
.AnyTagClassName
{
color: #584921;
}
</style>
background-color css
<style>
a { background-color: #584921; }
a { background-color: rgb(88,73,33); }
div.DivClassName
{
background-color: #584921;
}
.BgClassName
{
background-color: #584921;
}
</style>
border-color css
<style>
span { border-color: #584921; }
span { border-color: rgb(88,73,33); }
td.TdClassName
{
border-color: #584921;
}
.TagClassName
{
border-color: #584921;
}
</style>