Shades of Bronze Olive #574E29
Tints of Bronze Olive #574E29
RGB
CMYK
RGB Variations
Color information
#574E29 (or 0x574E29) is known color: Bronze Olive. HEX triplet: 57, 4E and 29. RGB value is (87,78,41). Sum of RGB (Red+Green+Blue) = 87+78+41=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #574E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E29 is #A8B1D6. Grayscale: #4C4C4C. Windows color (decimal): -11055575 or 2707031. OLE color: 2707031.
HSL color Cylindrical-coordinate representation of color #574E29: hue angle of 48.26º 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 #574E29 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 41 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.66 |
| HSL | 48.26º | 0.36% | 0.25% | - |
| HSV(B) | 48.26º | 0.53% | 0.34% | - |
| XYZ | 7.06 | 7.64 | 3.2 | - |
| YUV | 76.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 41 | 0 | 0.10 | 0.53 | 0.66 | 48.26 | 0.36 | 0.25 |
| Hex | 57 | 4E | 29 | 0 | A | 35 | 42 | 30 | 24 | 19 |
| Octal | 127 | 116 | 51 | 0 | 12 | 65 | 102 | 60 | 44 | 31 |
| Binary | 1010111 | 1001110 | 101001 | 0 | 1010 | 110101 | 1000010 | 110000 | 100100 | 11001 |
Color Harmonies of #574E29
Complementary color
Monochromatic Colors of #574E29
Black with #574E29
Text Example
Text Example
White with #574E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E29; }
p { color: rgb(87,78,41); }
H1.HeaderClassName
{
color: #574E29;
}
.AnyTagClassName
{
color: #574E29;
}
</style>
background-color css
<style>
a { background-color: #574E29; }
a { background-color: rgb(87,78,41); }
div.DivClassName
{
background-color: #574E29;
}
.BgClassName
{
background-color: #574E29;
}
</style>
border-color css
<style>
span { border-color: #574E29; }
span { border-color: rgb(87,78,41); }
td.TdClassName
{
border-color: #574E29;
}
.TagClassName
{
border-color: #574E29;
}
</style>