Shades of Bronze Olive #574F2A
Tints of Bronze Olive #574F2A
RGB
CMYK
RGB Variations
Color information
#574F2A (or 0x574F2A) is known color: Bronze Olive. HEX triplet: 57, 4F and 2A. RGB value is (87,79,42). Sum of RGB (Red+Green+Blue) = 87+79+42=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #574F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F2A is #A8B0D5. Grayscale: #4D4D4D. Windows color (decimal): -11055318 or 2772823. OLE color: 2772823.
HSL color Cylindrical-coordinate representation of color #574F2A: hue angle of 49.33º 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 #574F2A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 42 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.66 |
| HSL | 49.33º | 0.35% | 0.25% | - |
| HSV(B) | 49.33º | 0.52% | 0.34% | - |
| XYZ | 7.14 | 7.79 | 3.32 | - |
| YUV | 77.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 42 | 0 | 0.09 | 0.52 | 0.66 | 49.33 | 0.35 | 0.25 |
| Hex | 57 | 4F | 2A | 0 | 9 | 34 | 42 | 31 | 23 | 19 |
| Octal | 127 | 117 | 52 | 0 | 11 | 64 | 102 | 61 | 43 | 31 |
| Binary | 1010111 | 1001111 | 101010 | 0 | 1001 | 110100 | 1000010 | 110001 | 100011 | 11001 |
Color Harmonies of #574F2A
Complementary color
Monochromatic Colors of #574F2A
Black with #574F2A
Text Example
Text Example
White with #574F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F2A; }
p { color: rgb(87,79,42); }
H1.HeaderClassName
{
color: #574F2A;
}
.AnyTagClassName
{
color: #574F2A;
}
</style>
background-color css
<style>
a { background-color: #574F2A; }
a { background-color: rgb(87,79,42); }
div.DivClassName
{
background-color: #574F2A;
}
.BgClassName
{
background-color: #574F2A;
}
</style>
border-color css
<style>
span { border-color: #574F2A; }
span { border-color: rgb(87,79,42); }
td.TdClassName
{
border-color: #574F2A;
}
.TagClassName
{
border-color: #574F2A;
}
</style>