Shades of Bronze Olive #574521
Tints of Bronze Olive #574521
RGB
CMYK
RGB Variations
Color information
#574521 (or 0x574521) is known color: Bronze Olive. HEX triplet: 57, 45 and 21. RGB value is (87,69,33). Sum of RGB (Red+Green+Blue) = 87+69+33=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #574521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574521 is #A8BADE. Grayscale: #464646. Windows color (decimal): -11057887 or 2180439. OLE color: 2180439.
HSL color Cylindrical-coordinate representation of color #574521: hue angle of 40º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574521 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 33 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.66 |
| HSL | 40º | 0.45% | 0.24% | - |
| HSV(B) | 40º | 0.62% | 0.34% | - |
| XYZ | 6.33 | 6.39 | 2.34 | - |
| YUV | 70.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 33 | 0 | 0.21 | 0.62 | 0.66 | 40 | 0.45 | 0.24 |
| Hex | 57 | 45 | 21 | 0 | 15 | 3E | 42 | 28 | 2D | 18 |
| Octal | 127 | 105 | 41 | 0 | 25 | 76 | 102 | 50 | 55 | 30 |
| Binary | 1010111 | 1000101 | 100001 | 0 | 10101 | 111110 | 1000010 | 101000 | 101101 | 11000 |
Color Harmonies of #574521
Complementary color
Monochromatic Colors of #574521
Black with #574521
Text Example
Text Example
White with #574521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574521; }
p { color: rgb(87,69,33); }
H1.HeaderClassName
{
color: #574521;
}
.AnyTagClassName
{
color: #574521;
}
</style>
background-color css
<style>
a { background-color: #574521; }
a { background-color: rgb(87,69,33); }
div.DivClassName
{
background-color: #574521;
}
.BgClassName
{
background-color: #574521;
}
</style>
border-color css
<style>
span { border-color: #574521; }
span { border-color: rgb(87,69,33); }
td.TdClassName
{
border-color: #574521;
}
.TagClassName
{
border-color: #574521;
}
</style>