Shades of Bronze Olive #574F1E
Tints of Bronze Olive #574F1E
RGB
CMYK
RGB Variations
Color information
#574F1E (or 0x574F1E) is known color: Bronze Olive. HEX triplet: 57, 4F and 1E. RGB value is (87,79,30). Sum of RGB (Red+Green+Blue) = 87+79+30=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #574F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F1E is #A8B0E1. Grayscale: #4C4C4C. Windows color (decimal): -11055330 or 1986391. OLE color: 1986391.
HSL color Cylindrical-coordinate representation of color #574F1E: hue angle of 51.58º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574F1E is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 30 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.66 |
| HSL | 51.58º | 0.49% | 0.23% | - |
| HSV(B) | 51.58º | 0.66% | 0.34% | - |
| XYZ | 6.96 | 7.71 | 2.35 | - |
| YUV | 75.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 30 | 0 | 0.09 | 0.66 | 0.66 | 51.58 | 0.49 | 0.23 |
| Hex | 57 | 4F | 1E | 0 | 9 | 42 | 42 | 34 | 31 | 17 |
| Octal | 127 | 117 | 36 | 0 | 11 | 102 | 102 | 64 | 61 | 27 |
| Binary | 1010111 | 1001111 | 11110 | 0 | 1001 | 1000010 | 1000010 | 110100 | 110001 | 10111 |
Color Harmonies of #574F1E
Complementary color
Monochromatic Colors of #574F1E
Black with #574F1E
Text Example
Text Example
White with #574F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F1E; }
p { color: rgb(87,79,30); }
H1.HeaderClassName
{
color: #574F1E;
}
.AnyTagClassName
{
color: #574F1E;
}
</style>
background-color css
<style>
a { background-color: #574F1E; }
a { background-color: rgb(87,79,30); }
div.DivClassName
{
background-color: #574F1E;
}
.BgClassName
{
background-color: #574F1E;
}
</style>
border-color css
<style>
span { border-color: #574F1E; }
span { border-color: rgb(87,79,30); }
td.TdClassName
{
border-color: #574F1E;
}
.TagClassName
{
border-color: #574F1E;
}
</style>