Shades of Bronze Olive #574E2B
Tints of Bronze Olive #574E2B
RGB
CMYK
RGB Variations
Color information
#574E2B (or 0x574E2B) is known color: Bronze Olive. HEX triplet: 57, 4E and 2B. RGB value is (87,78,43). Sum of RGB (Red+Green+Blue) = 87+78+43=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #574E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E2B is #A8B1D4. Grayscale: #4C4C4C. Windows color (decimal): -11055573 or 2838103. OLE color: 2838103.
HSL color Cylindrical-coordinate representation of color #574E2B: hue angle of 47.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574E2B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 43 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.66 |
| HSL | 47.73º | 0.34% | 0.25% | - |
| HSV(B) | 47.73º | 0.51% | 0.34% | - |
| XYZ | 7.09 | 7.65 | 3.39 | - |
| YUV | 76.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 43 | 0 | 0.10 | 0.51 | 0.66 | 47.73 | 0.34 | 0.25 |
| Hex | 57 | 4E | 2B | 0 | A | 33 | 42 | 30 | 22 | 19 |
| Octal | 127 | 116 | 53 | 0 | 12 | 63 | 102 | 60 | 42 | 31 |
| Binary | 1010111 | 1001110 | 101011 | 0 | 1010 | 110011 | 1000010 | 110000 | 100010 | 11001 |
Color Harmonies of #574E2B
Complementary color
Monochromatic Colors of #574E2B
Black with #574E2B
Text Example
Text Example
White with #574E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E2B; }
p { color: rgb(87,78,43); }
H1.HeaderClassName
{
color: #574E2B;
}
.AnyTagClassName
{
color: #574E2B;
}
</style>
background-color css
<style>
a { background-color: #574E2B; }
a { background-color: rgb(87,78,43); }
div.DivClassName
{
background-color: #574E2B;
}
.BgClassName
{
background-color: #574E2B;
}
</style>
border-color css
<style>
span { border-color: #574E2B; }
span { border-color: rgb(87,78,43); }
td.TdClassName
{
border-color: #574E2B;
}
.TagClassName
{
border-color: #574E2B;
}
</style>