Shades of Bronze Olive #574F27
Tints of Bronze Olive #574F27
RGB
CMYK
RGB Variations
Color information
#574F27 (or 0x574F27) is known color: Bronze Olive. HEX triplet: 57, 4F and 27. RGB value is (87,79,39). Sum of RGB (Red+Green+Blue) = 87+79+39=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F27 is #A8B0D8. Grayscale: #4D4D4D. Windows color (decimal): -11055321 or 2576215. OLE color: 2576215.
HSL color Cylindrical-coordinate representation of color #574F27: hue angle of 50º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574F27 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 39 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.66 |
| HSL | 50º | 0.38% | 0.25% | - |
| HSV(B) | 50º | 0.55% | 0.34% | - |
| XYZ | 7.09 | 7.76 | 3.04 | - |
| YUV | 76.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 39 | 0 | 0.09 | 0.55 | 0.66 | 50 | 0.38 | 0.25 |
| Hex | 57 | 4F | 27 | 0 | 9 | 37 | 42 | 32 | 26 | 19 |
| Octal | 127 | 117 | 47 | 0 | 11 | 67 | 102 | 62 | 46 | 31 |
| Binary | 1010111 | 1001111 | 100111 | 0 | 1001 | 110111 | 1000010 | 110010 | 100110 | 11001 |
Color Harmonies of #574F27
Complementary color
Monochromatic Colors of #574F27
Black with #574F27
Text Example
Text Example
White with #574F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F27; }
p { color: rgb(87,79,39); }
H1.HeaderClassName
{
color: #574F27;
}
.AnyTagClassName
{
color: #574F27;
}
</style>
background-color css
<style>
a { background-color: #574F27; }
a { background-color: rgb(87,79,39); }
div.DivClassName
{
background-color: #574F27;
}
.BgClassName
{
background-color: #574F27;
}
</style>
border-color css
<style>
span { border-color: #574F27; }
span { border-color: rgb(87,79,39); }
td.TdClassName
{
border-color: #574F27;
}
.TagClassName
{
border-color: #574F27;
}
</style>