Shades of Bronze Olive #574A0E
Tints of Bronze Olive #574A0E
RGB
CMYK
RGB Variations
Color information
#574A0E (or 0x574A0E) is known color: Bronze Olive. HEX triplet: 57, 4A and 0E. RGB value is (87,74,14). Sum of RGB (Red+Green+Blue) = 87+74+14=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A0E is #A8B5F1. Grayscale: #474747. Windows color (decimal): -11056626 or 936535. OLE color: 936535.
HSL color Cylindrical-coordinate representation of color #574A0E: hue angle of 49.32º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #574A0E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 14 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.66 |
| HSL | 49.32º | 0.72% | 0.2% | - |
| HSV(B) | 49.32º | 0.84% | 0.34% | - |
| XYZ | 6.46 | 6.96 | 1.42 | - |
| YUV | 71.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 14 | 0 | 0.15 | 0.84 | 0.66 | 49.32 | 0.72 | 0.2 |
| Hex | 57 | 4A | E | 0 | F | 54 | 42 | 31 | 48 | 14 |
| Octal | 127 | 112 | 16 | 0 | 17 | 124 | 102 | 61 | 110 | 24 |
| Binary | 1010111 | 1001010 | 1110 | 0 | 1111 | 1010100 | 1000010 | 110001 | 1001000 | 10100 |
Color Harmonies of #574A0E
Complementary color
Monochromatic Colors of #574A0E
Black with #574A0E
Text Example
Text Example
White with #574A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A0E; }
p { color: rgb(87,74,14); }
H1.HeaderClassName
{
color: #574A0E;
}
.AnyTagClassName
{
color: #574A0E;
}
</style>
background-color css
<style>
a { background-color: #574A0E; }
a { background-color: rgb(87,74,14); }
div.DivClassName
{
background-color: #574A0E;
}
.BgClassName
{
background-color: #574A0E;
}
</style>
border-color css
<style>
span { border-color: #574A0E; }
span { border-color: rgb(87,74,14); }
td.TdClassName
{
border-color: #574A0E;
}
.TagClassName
{
border-color: #574A0E;
}
</style>