Shades of Bronze Olive #574A11
Tints of Bronze Olive #574A11
RGB
CMYK
RGB Variations
Color information
#574A11 (or 0x574A11) is known color: Bronze Olive. HEX triplet: 57, 4A and 11. RGB value is (87,74,17). Sum of RGB (Red+Green+Blue) = 87+74+17=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #574A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A11 is #A8B5EE. Grayscale: #474747. Windows color (decimal): -11056623 or 1133143. OLE color: 1133143.
HSL color Cylindrical-coordinate representation of color #574A11: hue angle of 48.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #574A11 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 17 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.66 |
| HSL | 48.86º | 0.67% | 0.2% | - |
| HSV(B) | 48.86º | 0.8% | 0.34% | - |
| XYZ | 6.48 | 6.96 | 1.53 | - |
| YUV | 71.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 17 | 0 | 0.15 | 0.80 | 0.66 | 48.86 | 0.67 | 0.2 |
| Hex | 57 | 4A | 11 | 0 | F | 50 | 42 | 31 | 43 | 14 |
| Octal | 127 | 112 | 21 | 0 | 17 | 120 | 102 | 61 | 103 | 24 |
| Binary | 1010111 | 1001010 | 10001 | 0 | 1111 | 1010000 | 1000010 | 110001 | 1000011 | 10100 |
Color Harmonies of #574A11
Complementary color
Monochromatic Colors of #574A11
Black with #574A11
Text Example
Text Example
White with #574A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A11; }
p { color: rgb(87,74,17); }
H1.HeaderClassName
{
color: #574A11;
}
.AnyTagClassName
{
color: #574A11;
}
</style>
background-color css
<style>
a { background-color: #574A11; }
a { background-color: rgb(87,74,17); }
div.DivClassName
{
background-color: #574A11;
}
.BgClassName
{
background-color: #574A11;
}
</style>
border-color css
<style>
span { border-color: #574A11; }
span { border-color: rgb(87,74,17); }
td.TdClassName
{
border-color: #574A11;
}
.TagClassName
{
border-color: #574A11;
}
</style>