Shades of Bronze Olive #574C2A
Tints of Bronze Olive #574C2A
RGB
CMYK
RGB Variations
Color information
#574C2A (or 0x574C2A) is known color: Bronze Olive. HEX triplet: 57, 4C and 2A. RGB value is (87,76,42). Sum of RGB (Red+Green+Blue) = 87+76+42=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C2A is #A8B3D5. Grayscale: #4B4B4B. Windows color (decimal): -11056086 or 2772055. OLE color: 2772055.
HSL color Cylindrical-coordinate representation of color #574C2A: hue angle of 45.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 #574C2A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 76 | 42 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.66 |
| HSL | 45.33º | 0.35% | 0.25% | - |
| HSV(B) | 45.33º | 0.52% | 0.34% | - |
| XYZ | 6.93 | 7.36 | 3.25 | - |
| YUV | 75.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 42 | 0 | 0.13 | 0.52 | 0.66 | 45.33 | 0.35 | 0.25 |
| Hex | 57 | 4C | 2A | 0 | D | 34 | 42 | 2D | 23 | 19 |
| Octal | 127 | 114 | 52 | 0 | 15 | 64 | 102 | 55 | 43 | 31 |
| Binary | 1010111 | 1001100 | 101010 | 0 | 1101 | 110100 | 1000010 | 101101 | 100011 | 11001 |
Color Harmonies of #574C2A
Complementary color
Monochromatic Colors of #574C2A
Black with #574C2A
Text Example
Text Example
White with #574C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C2A; }
p { color: rgb(87,76,42); }
H1.HeaderClassName
{
color: #574C2A;
}
.AnyTagClassName
{
color: #574C2A;
}
</style>
background-color css
<style>
a { background-color: #574C2A; }
a { background-color: rgb(87,76,42); }
div.DivClassName
{
background-color: #574C2A;
}
.BgClassName
{
background-color: #574C2A;
}
</style>
border-color css
<style>
span { border-color: #574C2A; }
span { border-color: rgb(87,76,42); }
td.TdClassName
{
border-color: #574C2A;
}
.TagClassName
{
border-color: #574C2A;
}
</style>