Shades of Bronze Olive #574C27
Tints of Bronze Olive #574C27
RGB
CMYK
RGB Variations
Color information
#574C27 (or 0x574C27) is known color: Bronze Olive. HEX triplet: 57, 4C and 27. RGB value is (87,76,39). Sum of RGB (Red+Green+Blue) = 87+76+39=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C27 is #A8B3D8. Grayscale: #4B4B4B. Windows color (decimal): -11056089 or 2575447. OLE color: 2575447.
HSL color Cylindrical-coordinate representation of color #574C27: hue angle of 46.25º 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 #574C27 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 76 | 39 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.66 |
| HSL | 46.25º | 0.38% | 0.25% | - |
| HSV(B) | 46.25º | 0.55% | 0.34% | - |
| XYZ | 6.88 | 7.34 | 2.97 | - |
| YUV | 75.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 39 | 0 | 0.13 | 0.55 | 0.66 | 46.25 | 0.38 | 0.25 |
| Hex | 57 | 4C | 27 | 0 | D | 37 | 42 | 2E | 26 | 19 |
| Octal | 127 | 114 | 47 | 0 | 15 | 67 | 102 | 56 | 46 | 31 |
| Binary | 1010111 | 1001100 | 100111 | 0 | 1101 | 110111 | 1000010 | 101110 | 100110 | 11001 |
Color Harmonies of #574C27
Complementary color
Monochromatic Colors of #574C27
Black with #574C27
Text Example
Text Example
White with #574C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C27; }
p { color: rgb(87,76,39); }
H1.HeaderClassName
{
color: #574C27;
}
.AnyTagClassName
{
color: #574C27;
}
</style>
background-color css
<style>
a { background-color: #574C27; }
a { background-color: rgb(87,76,39); }
div.DivClassName
{
background-color: #574C27;
}
.BgClassName
{
background-color: #574C27;
}
</style>
border-color css
<style>
span { border-color: #574C27; }
span { border-color: rgb(87,76,39); }
td.TdClassName
{
border-color: #574C27;
}
.TagClassName
{
border-color: #574C27;
}
</style>