Shades of Bronze Olive #574E20
Tints of Bronze Olive #574E20
RGB
CMYK
RGB Variations
Color information
#574E20 (or 0x574E20) is known color: Bronze Olive. HEX triplet: 57, 4E and 20. RGB value is (87,78,32). Sum of RGB (Red+Green+Blue) = 87+78+32=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #574E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E20 is #A8B1DF. Grayscale: #4B4B4B. Windows color (decimal): -11055584 or 2117207. OLE color: 2117207.
HSL color Cylindrical-coordinate representation of color #574E20: hue angle of 50.18º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574E20 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 32 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.66 |
| HSL | 50.18º | 0.46% | 0.23% | - |
| HSV(B) | 50.18º | 0.63% | 0.34% | - |
| XYZ | 6.92 | 7.58 | 2.46 | - |
| YUV | 75.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 32 | 0 | 0.10 | 0.63 | 0.66 | 50.18 | 0.46 | 0.23 |
| Hex | 57 | 4E | 20 | 0 | A | 3F | 42 | 32 | 2E | 17 |
| Octal | 127 | 116 | 40 | 0 | 12 | 77 | 102 | 62 | 56 | 27 |
| Binary | 1010111 | 1001110 | 100000 | 0 | 1010 | 111111 | 1000010 | 110010 | 101110 | 10111 |
Color Harmonies of #574E20
Complementary color
Monochromatic Colors of #574E20
Black with #574E20
Text Example
Text Example
White with #574E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E20; }
p { color: rgb(87,78,32); }
H1.HeaderClassName
{
color: #574E20;
}
.AnyTagClassName
{
color: #574E20;
}
</style>
background-color css
<style>
a { background-color: #574E20; }
a { background-color: rgb(87,78,32); }
div.DivClassName
{
background-color: #574E20;
}
.BgClassName
{
background-color: #574E20;
}
</style>
border-color css
<style>
span { border-color: #574E20; }
span { border-color: rgb(87,78,32); }
td.TdClassName
{
border-color: #574E20;
}
.TagClassName
{
border-color: #574E20;
}
</style>