Shades of Bronze Olive #584521
Tints of Bronze Olive #584521
RGB
CMYK
RGB Variations
Color information
#584521 (or 0x584521) is known color: Bronze Olive. HEX triplet: 58, 45 and 21. RGB value is (88,69,33). Sum of RGB (Red+Green+Blue) = 88+69+33=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #584521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584521 is #A7BADE. Grayscale: #464646. Windows color (decimal): -10992351 or 2180440. OLE color: 2180440.
HSL color Cylindrical-coordinate representation of color #584521: hue angle of 39.27º 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 #584521 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 33 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.65 |
| HSL | 39.27º | 0.45% | 0.24% | - |
| HSV(B) | 39.27º | 0.63% | 0.35% | - |
| XYZ | 6.43 | 6.44 | 2.34 | - |
| YUV | 70.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 33 | 0 | 0.22 | 0.62 | 0.65 | 39.27 | 0.45 | 0.24 |
| Hex | 58 | 45 | 21 | 0 | 16 | 3E | 41 | 27 | 2D | 18 |
| Octal | 130 | 105 | 41 | 0 | 26 | 76 | 101 | 47 | 55 | 30 |
| Binary | 1011000 | 1000101 | 100001 | 0 | 10110 | 111110 | 1000001 | 100111 | 101101 | 11000 |
Color Harmonies of #584521
Complementary color
Monochromatic Colors of #584521
Black with #584521
Text Example
Text Example
White with #584521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584521; }
p { color: rgb(88,69,33); }
H1.HeaderClassName
{
color: #584521;
}
.AnyTagClassName
{
color: #584521;
}
</style>
background-color css
<style>
a { background-color: #584521; }
a { background-color: rgb(88,69,33); }
div.DivClassName
{
background-color: #584521;
}
.BgClassName
{
background-color: #584521;
}
</style>
border-color css
<style>
span { border-color: #584521; }
span { border-color: rgb(88,69,33); }
td.TdClassName
{
border-color: #584521;
}
.TagClassName
{
border-color: #584521;
}
</style>