Shades of Bronze Olive #575323
Tints of Bronze Olive #575323
RGB
CMYK
RGB Variations
Color information
#575323 (or 0x575323) is known color: Bronze Olive. HEX triplet: 57, 53 and 23. RGB value is (87,83,35). Sum of RGB (Red+Green+Blue) = 87+83+35=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #575323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575323 is #A8ACDC. Grayscale: #4E4E4E. Windows color (decimal): -11054301 or 2315095. OLE color: 2315095.
HSL color Cylindrical-coordinate representation of color #575323: hue angle of 55.38º 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 #575323 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 35 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.66 |
| HSL | 55.38º | 0.43% | 0.24% | - |
| HSV(B) | 55.38º | 0.6% | 0.34% | - |
| XYZ | 7.33 | 8.33 | 2.81 | - |
| YUV | 78.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 35 | 0 | 0.05 | 0.60 | 0.66 | 55.38 | 0.43 | 0.24 |
| Hex | 57 | 53 | 23 | 0 | 5 | 3C | 42 | 37 | 2B | 18 |
| Octal | 127 | 123 | 43 | 0 | 5 | 74 | 102 | 67 | 53 | 30 |
| Binary | 1010111 | 1010011 | 100011 | 0 | 101 | 111100 | 1000010 | 110111 | 101011 | 11000 |
Color Harmonies of #575323
Complementary color
Monochromatic Colors of #575323
Black with #575323
Text Example
Text Example
White with #575323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575323; }
p { color: rgb(87,83,35); }
H1.HeaderClassName
{
color: #575323;
}
.AnyTagClassName
{
color: #575323;
}
</style>
background-color css
<style>
a { background-color: #575323; }
a { background-color: rgb(87,83,35); }
div.DivClassName
{
background-color: #575323;
}
.BgClassName
{
background-color: #575323;
}
</style>
border-color css
<style>
span { border-color: #575323; }
span { border-color: rgb(87,83,35); }
td.TdClassName
{
border-color: #575323;
}
.TagClassName
{
border-color: #575323;
}
</style>