Shades of Bronze Olive #574A25
Tints of Bronze Olive #574A25
RGB
CMYK
RGB Variations
Color information
#574A25 (or 0x574A25) is known color: Bronze Olive. HEX triplet: 57, 4A and 25. RGB value is (87,74,37). Sum of RGB (Red+Green+Blue) = 87+74+37=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A25 is #A8B5DA. Grayscale: #494949. Windows color (decimal): -11056603 or 2443863. OLE color: 2443863.
HSL color Cylindrical-coordinate representation of color #574A25: hue angle of 44.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574A25 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 37 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.66 |
| HSL | 44.4º | 0.4% | 0.24% | - |
| HSV(B) | 44.4º | 0.57% | 0.34% | - |
| XYZ | 6.71 | 7.06 | 2.76 | - |
| YUV | 73.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 37 | 0 | 0.15 | 0.57 | 0.66 | 44.4 | 0.4 | 0.24 |
| Hex | 57 | 4A | 25 | 0 | F | 39 | 42 | 2C | 28 | 18 |
| Octal | 127 | 112 | 45 | 0 | 17 | 71 | 102 | 54 | 50 | 30 |
| Binary | 1010111 | 1001010 | 100101 | 0 | 1111 | 111001 | 1000010 | 101100 | 101000 | 11000 |
Color Harmonies of #574A25
Complementary color
Monochromatic Colors of #574A25
Black with #574A25
Text Example
Text Example
White with #574A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A25; }
p { color: rgb(87,74,37); }
H1.HeaderClassName
{
color: #574A25;
}
.AnyTagClassName
{
color: #574A25;
}
</style>
background-color css
<style>
a { background-color: #574A25; }
a { background-color: rgb(87,74,37); }
div.DivClassName
{
background-color: #574A25;
}
.BgClassName
{
background-color: #574A25;
}
</style>
border-color css
<style>
span { border-color: #574A25; }
span { border-color: rgb(87,74,37); }
td.TdClassName
{
border-color: #574A25;
}
.TagClassName
{
border-color: #574A25;
}
</style>