Shades of Bronze Olive #574D2A
Tints of Bronze Olive #574D2A
RGB
CMYK
RGB Variations
Color information
#574D2A (or 0x574D2A) is known color: Bronze Olive. HEX triplet: 57, 4D and 2A. RGB value is (87,77,42). Sum of RGB (Red+Green+Blue) = 87+77+42=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D2A is #A8B2D5. Grayscale: #4C4C4C. Windows color (decimal): -11055830 or 2772311. OLE color: 2772311.
HSL color Cylindrical-coordinate representation of color #574D2A: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #574D2A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 42 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.66 |
| HSL | 46.67º | 0.35% | 0.25% | - |
| HSV(B) | 46.67º | 0.52% | 0.34% | - |
| XYZ | 7 | 7.5 | 3.27 | - |
| YUV | 76 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 42 | 0 | 0.11 | 0.52 | 0.66 | 46.67 | 0.35 | 0.25 |
| Hex | 57 | 4D | 2A | 0 | B | 34 | 42 | 2F | 23 | 19 |
| Octal | 127 | 115 | 52 | 0 | 13 | 64 | 102 | 57 | 43 | 31 |
| Binary | 1010111 | 1001101 | 101010 | 0 | 1011 | 110100 | 1000010 | 101111 | 100011 | 11001 |
Color Harmonies of #574D2A
Complementary color
Monochromatic Colors of #574D2A
Black with #574D2A
Text Example
Text Example
White with #574D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D2A; }
p { color: rgb(87,77,42); }
H1.HeaderClassName
{
color: #574D2A;
}
.AnyTagClassName
{
color: #574D2A;
}
</style>
background-color css
<style>
a { background-color: #574D2A; }
a { background-color: rgb(87,77,42); }
div.DivClassName
{
background-color: #574D2A;
}
.BgClassName
{
background-color: #574D2A;
}
</style>
border-color css
<style>
span { border-color: #574D2A; }
span { border-color: rgb(87,77,42); }
td.TdClassName
{
border-color: #574D2A;
}
.TagClassName
{
border-color: #574D2A;
}
</style>