Shades of Bronze Olive #574C29
Tints of Bronze Olive #574C29
RGB
CMYK
RGB Variations
Color information
#574C29 (or 0x574C29) is known color: Bronze Olive. HEX triplet: 57, 4C and 29. RGB value is (87,76,41). Sum of RGB (Red+Green+Blue) = 87+76+41=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C29 is #A8B3D6. Grayscale: #4B4B4B. Windows color (decimal): -11056087 or 2706519. OLE color: 2706519.
HSL color Cylindrical-coordinate representation of color #574C29: hue angle of 45.65º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574C29 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 76 | 41 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.66 |
| HSL | 45.65º | 0.36% | 0.25% | - |
| HSV(B) | 45.65º | 0.53% | 0.34% | - |
| XYZ | 6.92 | 7.36 | 3.15 | - |
| YUV | 75.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 41 | 0 | 0.13 | 0.53 | 0.66 | 45.65 | 0.36 | 0.25 |
| Hex | 57 | 4C | 29 | 0 | D | 35 | 42 | 2E | 24 | 19 |
| Octal | 127 | 114 | 51 | 0 | 15 | 65 | 102 | 56 | 44 | 31 |
| Binary | 1010111 | 1001100 | 101001 | 0 | 1101 | 110101 | 1000010 | 101110 | 100100 | 11001 |
Color Harmonies of #574C29
Complementary color
Monochromatic Colors of #574C29
Black with #574C29
Text Example
Text Example
White with #574C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C29; }
p { color: rgb(87,76,41); }
H1.HeaderClassName
{
color: #574C29;
}
.AnyTagClassName
{
color: #574C29;
}
</style>
background-color css
<style>
a { background-color: #574C29; }
a { background-color: rgb(87,76,41); }
div.DivClassName
{
background-color: #574C29;
}
.BgClassName
{
background-color: #574C29;
}
</style>
border-color css
<style>
span { border-color: #574C29; }
span { border-color: rgb(87,76,41); }
td.TdClassName
{
border-color: #574C29;
}
.TagClassName
{
border-color: #574C29;
}
</style>