Shades of Bronze Olive #574A18
Tints of Bronze Olive #574A18
RGB
CMYK
RGB Variations
Color information
#574A18 (or 0x574A18) is known color: Bronze Olive. HEX triplet: 57, 4A and 18. RGB value is (87,74,24). Sum of RGB (Red+Green+Blue) = 87+74+24=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A18 is #A8B5E7. Grayscale: #484848. Windows color (decimal): -11056616 or 1591895. OLE color: 1591895.
HSL color Cylindrical-coordinate representation of color #574A18: hue angle of 47.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #574A18 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 24 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.66 |
| HSL | 47.62º | 0.57% | 0.22% | - |
| HSV(B) | 47.62º | 0.72% | 0.34% | - |
| XYZ | 6.54 | 6.99 | 1.87 | - |
| YUV | 72.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 24 | 0 | 0.15 | 0.72 | 0.66 | 47.62 | 0.57 | 0.22 |
| Hex | 57 | 4A | 18 | 0 | F | 48 | 42 | 30 | 39 | 16 |
| Octal | 127 | 112 | 30 | 0 | 17 | 110 | 102 | 60 | 71 | 26 |
| Binary | 1010111 | 1001010 | 11000 | 0 | 1111 | 1001000 | 1000010 | 110000 | 111001 | 10110 |
Color Harmonies of #574A18
Complementary color
Monochromatic Colors of #574A18
Black with #574A18
Text Example
Text Example
White with #574A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A18; }
p { color: rgb(87,74,24); }
H1.HeaderClassName
{
color: #574A18;
}
.AnyTagClassName
{
color: #574A18;
}
</style>
background-color css
<style>
a { background-color: #574A18; }
a { background-color: rgb(87,74,24); }
div.DivClassName
{
background-color: #574A18;
}
.BgClassName
{
background-color: #574A18;
}
</style>
border-color css
<style>
span { border-color: #574A18; }
span { border-color: rgb(87,74,24); }
td.TdClassName
{
border-color: #574A18;
}
.TagClassName
{
border-color: #574A18;
}
</style>