Shades of Bronze Olive #574D1B
Tints of Bronze Olive #574D1B
RGB
CMYK
RGB Variations
Color information
#574D1B (or 0x574D1B) is known color: Bronze Olive. HEX triplet: 57, 4D and 1B. RGB value is (87,77,27). Sum of RGB (Red+Green+Blue) = 87+77+27=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #574D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D1B is #A8B2E4. Grayscale: #4A4A4A. Windows color (decimal): -11055845 or 1789271. OLE color: 1789271.
HSL color Cylindrical-coordinate representation of color #574D1B: hue angle of 50º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574D1B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 27 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.66 |
| HSL | 50º | 0.53% | 0.22% | - |
| HSV(B) | 50º | 0.69% | 0.34% | - |
| XYZ | 6.78 | 7.41 | 2.11 | - |
| YUV | 74.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 27 | 0 | 0.11 | 0.69 | 0.66 | 50 | 0.53 | 0.22 |
| Hex | 57 | 4D | 1B | 0 | B | 45 | 42 | 32 | 35 | 16 |
| Octal | 127 | 115 | 33 | 0 | 13 | 105 | 102 | 62 | 65 | 26 |
| Binary | 1010111 | 1001101 | 11011 | 0 | 1011 | 1000101 | 1000010 | 110010 | 110101 | 10110 |
Color Harmonies of #574D1B
Complementary color
Monochromatic Colors of #574D1B
Black with #574D1B
Text Example
Text Example
White with #574D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D1B; }
p { color: rgb(87,77,27); }
H1.HeaderClassName
{
color: #574D1B;
}
.AnyTagClassName
{
color: #574D1B;
}
</style>
background-color css
<style>
a { background-color: #574D1B; }
a { background-color: rgb(87,77,27); }
div.DivClassName
{
background-color: #574D1B;
}
.BgClassName
{
background-color: #574D1B;
}
</style>
border-color css
<style>
span { border-color: #574D1B; }
span { border-color: rgb(87,77,27); }
td.TdClassName
{
border-color: #574D1B;
}
.TagClassName
{
border-color: #574D1B;
}
</style>