Shades of Bronze Olive #575023
Tints of Bronze Olive #575023
RGB
CMYK
RGB Variations
Color information
#575023 (or 0x575023) is known color: Bronze Olive. HEX triplet: 57, 50 and 23. RGB value is (87,80,35). Sum of RGB (Red+Green+Blue) = 87+80+35=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575023 is #A8AFDC. Grayscale: #4D4D4D. Windows color (decimal): -11055069 or 2314327. OLE color: 2314327.
HSL color Cylindrical-coordinate representation of color #575023: hue angle of 51.92º 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 #575023 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 35 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.66 |
| HSL | 51.92º | 0.43% | 0.24% | - |
| HSV(B) | 51.92º | 0.6% | 0.34% | - |
| XYZ | 7.1 | 7.88 | 2.74 | - |
| YUV | 76.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 35 | 0 | 0.08 | 0.60 | 0.66 | 51.92 | 0.43 | 0.24 |
| Hex | 57 | 50 | 23 | 0 | 8 | 3C | 42 | 34 | 2B | 18 |
| Octal | 127 | 120 | 43 | 0 | 10 | 74 | 102 | 64 | 53 | 30 |
| Binary | 1010111 | 1010000 | 100011 | 0 | 1000 | 111100 | 1000010 | 110100 | 101011 | 11000 |
Color Harmonies of #575023
Complementary color
Monochromatic Colors of #575023
Black with #575023
Text Example
Text Example
White with #575023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575023; }
p { color: rgb(87,80,35); }
H1.HeaderClassName
{
color: #575023;
}
.AnyTagClassName
{
color: #575023;
}
</style>
background-color css
<style>
a { background-color: #575023; }
a { background-color: rgb(87,80,35); }
div.DivClassName
{
background-color: #575023;
}
.BgClassName
{
background-color: #575023;
}
</style>
border-color css
<style>
span { border-color: #575023; }
span { border-color: rgb(87,80,35); }
td.TdClassName
{
border-color: #575023;
}
.TagClassName
{
border-color: #575023;
}
</style>