Shades of Bronze Olive #574E18
Tints of Bronze Olive #574E18
RGB
CMYK
RGB Variations
Color information
#574E18 (or 0x574E18) is known color: Bronze Olive. HEX triplet: 57, 4E and 18. RGB value is (87,78,24). Sum of RGB (Red+Green+Blue) = 87+78+24=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #574E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574E18 is #A8B1E7. Grayscale: #4A4A4A. Windows color (decimal): -11055592 or 1592919. OLE color: 1592919.
HSL color Cylindrical-coordinate representation of color #574E18: hue angle of 51.43º 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 #574E18 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 24 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.66 |
| HSL | 51.43º | 0.57% | 0.22% | - |
| HSV(B) | 51.43º | 0.72% | 0.34% | - |
| XYZ | 6.82 | 7.54 | 1.96 | - |
| YUV | 74.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 24 | 0 | 0.10 | 0.72 | 0.66 | 51.43 | 0.57 | 0.22 |
| Hex | 57 | 4E | 18 | 0 | A | 48 | 42 | 33 | 39 | 16 |
| Octal | 127 | 116 | 30 | 0 | 12 | 110 | 102 | 63 | 71 | 26 |
| Binary | 1010111 | 1001110 | 11000 | 0 | 1010 | 1001000 | 1000010 | 110011 | 111001 | 10110 |
Color Harmonies of #574E18
Complementary color
Monochromatic Colors of #574E18
Black with #574E18
Text Example
Text Example
White with #574E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E18; }
p { color: rgb(87,78,24); }
H1.HeaderClassName
{
color: #574E18;
}
.AnyTagClassName
{
color: #574E18;
}
</style>
background-color css
<style>
a { background-color: #574E18; }
a { background-color: rgb(87,78,24); }
div.DivClassName
{
background-color: #574E18;
}
.BgClassName
{
background-color: #574E18;
}
</style>
border-color css
<style>
span { border-color: #574E18; }
span { border-color: rgb(87,78,24); }
td.TdClassName
{
border-color: #574E18;
}
.TagClassName
{
border-color: #574E18;
}
</style>