Shades of Bronze Olive #574F23
Tints of Bronze Olive #574F23
RGB
CMYK
RGB Variations
Color information
#574F23 (or 0x574F23) is known color: Bronze Olive. HEX triplet: 57, 4F and 23. RGB value is (87,79,35). Sum of RGB (Red+Green+Blue) = 87+79+35=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #574F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F23 is #A8B0DC. Grayscale: #4C4C4C. Windows color (decimal): -11055325 or 2314071. OLE color: 2314071.
HSL color Cylindrical-coordinate representation of color #574F23: hue angle of 50.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574F23 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 35 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.66 |
| HSL | 50.77º | 0.43% | 0.24% | - |
| HSV(B) | 50.77º | 0.6% | 0.34% | - |
| XYZ | 7.03 | 7.74 | 2.71 | - |
| YUV | 76.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 35 | 0 | 0.09 | 0.60 | 0.66 | 50.77 | 0.43 | 0.24 |
| Hex | 57 | 4F | 23 | 0 | 9 | 3C | 42 | 33 | 2B | 18 |
| Octal | 127 | 117 | 43 | 0 | 11 | 74 | 102 | 63 | 53 | 30 |
| Binary | 1010111 | 1001111 | 100011 | 0 | 1001 | 111100 | 1000010 | 110011 | 101011 | 11000 |
Color Harmonies of #574F23
Complementary color
Monochromatic Colors of #574F23
Black with #574F23
Text Example
Text Example
White with #574F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F23; }
p { color: rgb(87,79,35); }
H1.HeaderClassName
{
color: #574F23;
}
.AnyTagClassName
{
color: #574F23;
}
</style>
background-color css
<style>
a { background-color: #574F23; }
a { background-color: rgb(87,79,35); }
div.DivClassName
{
background-color: #574F23;
}
.BgClassName
{
background-color: #574F23;
}
</style>
border-color css
<style>
span { border-color: #574F23; }
span { border-color: rgb(87,79,35); }
td.TdClassName
{
border-color: #574F23;
}
.TagClassName
{
border-color: #574F23;
}
</style>