Shades of Bronze Olive #574B1E
Tints of Bronze Olive #574B1E
RGB
CMYK
RGB Variations
Color information
#574B1E (or 0x574B1E) is known color: Bronze Olive. HEX triplet: 57, 4B and 1E. RGB value is (87,75,30). Sum of RGB (Red+Green+Blue) = 87+75+30=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #574B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B1E is #A8B4E1. Grayscale: #494949. Windows color (decimal): -11056354 or 1985367. OLE color: 1985367.
HSL color Cylindrical-coordinate representation of color #574B1E: hue angle of 47.37º 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 #574B1E is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 75 | 30 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.66 |
| HSL | 47.37º | 0.49% | 0.23% | - |
| HSV(B) | 47.37º | 0.66% | 0.34% | - |
| XYZ | 6.68 | 7.15 | 2.26 | - |
| YUV | 73.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 30 | 0 | 0.14 | 0.66 | 0.66 | 47.37 | 0.49 | 0.23 |
| Hex | 57 | 4B | 1E | 0 | E | 42 | 42 | 2F | 31 | 17 |
| Octal | 127 | 113 | 36 | 0 | 16 | 102 | 102 | 57 | 61 | 27 |
| Binary | 1010111 | 1001011 | 11110 | 0 | 1110 | 1000010 | 1000010 | 101111 | 110001 | 10111 |
Color Harmonies of #574B1E
Complementary color
Monochromatic Colors of #574B1E
Black with #574B1E
Text Example
Text Example
White with #574B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B1E; }
p { color: rgb(87,75,30); }
H1.HeaderClassName
{
color: #574B1E;
}
.AnyTagClassName
{
color: #574B1E;
}
</style>
background-color css
<style>
a { background-color: #574B1E; }
a { background-color: rgb(87,75,30); }
div.DivClassName
{
background-color: #574B1E;
}
.BgClassName
{
background-color: #574B1E;
}
</style>
border-color css
<style>
span { border-color: #574B1E; }
span { border-color: rgb(87,75,30); }
td.TdClassName
{
border-color: #574B1E;
}
.TagClassName
{
border-color: #574B1E;
}
</style>