Shades of Bronze Olive #574C14
Tints of Bronze Olive #574C14
RGB
CMYK
RGB Variations
Color information
#574C14 (or 0x574C14) is known color: Bronze Olive. HEX triplet: 57, 4C and 14. RGB value is (87,76,20). Sum of RGB (Red+Green+Blue) = 87+76+20=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #574C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C14 is #A8B3EB. Grayscale: #494949. Windows color (decimal): -11056108 or 1330263. OLE color: 1330263.
HSL color Cylindrical-coordinate representation of color #574C14: hue angle of 50.15º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #574C14 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 76 | 20 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.66 |
| HSL | 50.15º | 0.63% | 0.21% | - |
| HSV(B) | 50.15º | 0.77% | 0.34% | - |
| XYZ | 6.64 | 7.25 | 1.71 | - |
| YUV | 72.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 20 | 0 | 0.13 | 0.77 | 0.66 | 50.15 | 0.63 | 0.21 |
| Hex | 57 | 4C | 14 | 0 | D | 4D | 42 | 32 | 3F | 15 |
| Octal | 127 | 114 | 24 | 0 | 15 | 115 | 102 | 62 | 77 | 25 |
| Binary | 1010111 | 1001100 | 10100 | 0 | 1101 | 1001101 | 1000010 | 110010 | 111111 | 10101 |
Color Harmonies of #574C14
Complementary color
Monochromatic Colors of #574C14
Black with #574C14
Text Example
Text Example
White with #574C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C14; }
p { color: rgb(87,76,20); }
H1.HeaderClassName
{
color: #574C14;
}
.AnyTagClassName
{
color: #574C14;
}
</style>
background-color css
<style>
a { background-color: #574C14; }
a { background-color: rgb(87,76,20); }
div.DivClassName
{
background-color: #574C14;
}
.BgClassName
{
background-color: #574C14;
}
</style>
border-color css
<style>
span { border-color: #574C14; }
span { border-color: rgb(87,76,20); }
td.TdClassName
{
border-color: #574C14;
}
.TagClassName
{
border-color: #574C14;
}
</style>